salmanyam/compiler
This is a simple compiler that is capable of generating Intel x86 assembly code from a Pascal program. This compiler is developed using GNU C++, Lex, and YACC. Major features of this compiler include syntax error detection, type error detection, arithmetic expression handling for integer numbers, and handling branch and loop constructs.
C