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.