From 1425d2716fce409c3c5c10cf5fa2e86bb3fde8e2 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 6 Aug 2023 13:26:07 -0700 Subject: [PATCH] Workshop resume bullet points some more. Signed-off-by: Danila Fedorin --- resume.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resume.html b/resume.html index da59d3d..44e5aae 100644 --- a/resume.html +++ b/resume.html @@ -133,10 +133,10 @@ an LLVM-based compiler written in C++.
  • Investigated and implemented initial AMD GPU programming support using Clang and ROCm tooling, setting
    the foundation for compatibility with leading-edge supercomputers.
  • -
  • Empowered compiler developers to provide helpful and informative error messages by designing and implementing
    - a type-safe error reporting API.
  • +
  • Designed and implemented a type-safe error reporting API, empowering compiler developers to provide helpful and informative error messages.
  • Designed, launched, and authored articles for the Chapel language technical blog providing a place for long-form content about the language and helping community growth.
  • +
  • Developed Python bindings for compiler front-end, enabling rapid protyping of language tooling such as linters and Language Server Protocol clients.