Compiler for a made-up programming language PL0 (smaller version of Pascal), this compiler was done using the SLY python API to create both the lexer and parser, whilst a visitor pattern was used to generate the semantic parser and code generation in assembly language.
Like this project
Posted Jul 28, 2024
Compiler for PL0 language which included a complete grammar and the creation of the lexer, parser, semantic analysis and code generation in assembler.