Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 186 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 186 Bytes

Mini compiler

A mini compiler front. Wirtten in Java language. Lexer is used for a mini-language from C language. Parser is a LALR parser which can read a language file to process it.