This project is for education purpose only. It is part of the lab course.
- Implement char, int and float data types.
- Implement nested loop constructs.
- Implement if...else conditional construct.
- Implement structures.
- Implement comments and removed them.
- Generated symbol table.
- Implemented checks for lexical errors, with error messages.
cd Scanner
lex p3.l
gcc lex.yy.c
./a.out