C compiler - Pascal to Assembly 8088
This is a compiler written in C programming language who aims compile Pascal to Assembly 8088. The code is open, to use it you'll need to compile in your compile of preference the C files.
The project is divided by lexical and syntax analyzer, and then code generator.