A Toy Programming language made to understand parsing and code generation with LLVM This project is meant to help understand how parsing and code generation work.
- Learn how to build a language from scratch
- Use LLVM to generate real machine code
- Expressions and arithmetic
- Variables and functions
- If statements and loops
- LLVM code generation
- Rust (stable)
- LLVM