Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 244 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 244 Bytes

Parser for the C language

The goal of this program is to point out all syntactic errors found by the parser just like the GCC compiler would, but only for syntactic errors, not semantic ones.

Developed with the use of Flex and Bison tools.