Skip to content

Instantly share code, notes, and snippets.

View b1shtream's full-sized avatar
:electron:
hackers_are_mysterious

Riya Bisht b1shtream

:electron:
hackers_are_mysterious
View GitHub Profile
@b1shtream
b1shtream / CUDA_Compilers.md
Created June 17, 2024 17:37 — forked from ax3l/CUDA_Compilers.md
CUDA Compilers
Complete stuff:
https://xmonader.github.io/letsbuildacompiler-pretty/
Lexers + DFAs:
https://gist.github.com/pervognsen/218ea17743e1442e59bb60d29b1aa725
Parsing:
https://eli.thegreenplace.net/2012/08/02/parsing-expressions-by-precedence-climbing
Backend: