Skip to content

Basic Compiler

Choose a tag to compare

@0xpantera 0xpantera released this 13 Nov 19:32
· 48 commits to main since this release

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