This program consists on a basic version of a C compiler, supporting its main features and syntax.
The main file checks the proper functioning of the lexer, parser, types and inner working of the compiler using different test files.
For more detailed information, you can read the file Compilador_de_C.pdf.