Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 381 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 381 Bytes

fer-ppj

This repository contains source code of a simple C-like compiler built as a part of Programming Language Translation university course. The compiler operates in four phases: lexical analysis, syntax analysis, semantic analysis and code generation. Lexical analyzer generator and syntax analyzer generator are similar to LEX and YACC programmes, but greatly simplified.