Skip to content

Instantly share code, notes, and snippets.

View chococandy63's full-sized avatar
:electron:
compilers

Riya Bisht chococandy63

:electron:
compilers
View GitHub Profile
@chococandy63
chococandy63 / 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: