Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SimpleExprParser.zip | 2012-04-23 | 9.9 kB | |
readme | 2012-04-19 | 405 Bytes | |
SimpleExprParser.jar | 2012-04-12 | 12.3 kB | |
licence | 2012-04-12 | 1.5 kB | |
Totals: 4 Items | 24.1 kB | 0 |
Small (numeric) expressions parser, built by hand in Java. Reason for building such parser is to get better idea how and why ANTLR generates lexers and parsers. Supported operations and language specification can be found in langDef file. To start program navigate to SimpleExprParser.jar and type following in the terminal: java -jar SimpleExprParser.jar SimpleExprParser.zip contains all the sources.