Releases: mathieutrudeau/Compiler-Design
Releases · mathieutrudeau/Compiler-Design
Code Generation
This release adds Code Generation as part of the compiler.
The source code is translated into moon assembly code that can be compiled using its C compiler.
Semantic Analyzer
Asg4 Final
AST Generation
Asg3 ASG3 done
Syntactic Analyzer
Added a syntactic analyzer (parser) that creates a derivation of the language based on a set of production rules (grammar).
Lexical Analyzer
Added a lexical analyzer (scanner) that tokenizes a source file, one token at a time.