Basic calculator compiler using Lex and Yacc
- Generates tokens and parses the input using lex ang yacc files.
- Executes basic calculator functions with proper precedence.
- Basic arithmetic operations
- Relational and boolean expressions
- Multiline comments
- IF ELSE statements
- WHILE and FOR loops