This is a learning project to better undestand compilers and rust programming language. This is just a toy language without any real purpose.
- Generate parser
- Pretty print to debug purpose
- Bind variables and functions
- Rename variables and functions
- LLVM execution
- Functionnal tests
- Hand written parser
- Compiler backend
- Alan GUERET