▶️ How to build a compiler with LLVM and MLIR - 05 The Abstract Syntax Tree
In this episode we go over the basic implementation of the Serene lang's AST. We start from some basic theory and move to common node types.
- Repository: https://git.sr.ht/~lxsameer/Serene
- Branch: https://git.sr.ht/~lxsameer/Serene/tree/ep5
- LLVM's programmers manual: https://www.llvm.org/docs/ProgrammersManual.html