Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 254 Bytes

File metadata and controls

8 lines (4 loc) · 254 Bytes

compiler-rat15f-

Compiler for the fictional language, rat15f. (Written in C++)

Generates assembly code for the simplified version of Rat15F.

Includes Lexer, Removal of left recursion/factorization, error handling, syntax analysis and symbol table.