Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 327 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 327 Bytes

Compilers

Compiler for C programming language

Created alongside with @zagura for Compilers class. This program succesfully checks syntactic as well as semantic corectness of a given code, as well as interprets it. Gramatic of C language is slighly different. Examples of input can be found in tests directory.

Happy using!