▶️ How to build a compiler with LLVM and MLIR - 04 The reader
In this episode we go over the parser implementation of the Serene lang and how to parse the source code of our programming language to create an abstract syntax tree (AST).
- Repository: https://git.sr.ht/~lxsameer/Serene
- Branch: https://git.sr.ht/~lxsameer/Serene/tree/ep4
Parser Algorithm:
- https://stereobooster.com/posts/an-overview-of-parsing-algorithms/
- https://tomassetti.me/guide-parsing-algorithms-terminology/
Parser generators: