Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 322 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 322 Bytes

C-compiler

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.