- Description : Compiler token scanner and parser for a calculator program. Th eprogram takes as input simple number equations (such as 3+8*2) and after parsing the tokens it gets translated to English (number3 + number8 * number 2).
- Relevant Area : Compilers.
- Tools / Platforms: C++, Yacc, Lex, Unix