- Code snippets
- Implemented the
Lexer
that convert the source code into tokens - Implemented the
Parser
forAST
generation - Implemented the
Evaluator
for meaningful output. - Add support for basic arithemetic operations
( 7 + 8) * 8 / 2
- Lexer
- Parser