/LLVM-Kaleidoscope

Exercises with the LLVM example compiler, JIT compiler, debugger development Kelidoscope - in C++, Python (llvmlite) in WSL2 Linux on Windows 10 (Ubuntu 20.04) and possibly later on Windows as well. Initially with clang++, later probably with MSVC 2019 and newer. Etc.

Primary LanguageC++MIT LicenseMIT

LLVM-Kaleidoscope

Exercises with the LLVM example compiler, JIT compiler, debugger development Kelidoscope - in C++, Python (llvmlite) in WSL2 Linux on Windows 10 (Ubuntu 20.04) and possibly later on Windows as well. Initially with clang++, later probably with MSVC 2019 and newer. Etc.

Clang-query-AST: AST matching, search, refactoring, ... study, use:

https://github.com/Twenkid/LLVM-Kaleidoscope/blob/main/Clang-query-AST.md https://clang.llvm.org/docs/LibASTMatchers.html https://clang.llvm.org/docs/LibASTMatchersReference.html#traversal-matchers

Useful Links for other explorations