Very simple lexer for arithmetic expressions
Pre-release
Pre-release
- Very simple arithmetic expressions language
- Compiler has only a lexer and a driver
- Terminal symbols represented by integer numbers
- Driver prints the sequence of terminal symbols on standard output
- Read source code from standard input
- Project management with maven