Basic Compiler
0.1.0.0 -- 2024-11-13
Added
- Initial version of the compiler
- Support for basic C programs with return statements
- Lexer using Megaparsec
- Recursive descent parser
- Defined CompilerT monad transformer
- x86_64 code generation
- Basic compiler driver with preprocessing and assembly