- 9,447 total downloads
- last updated 6/11/2015
- Latest version: 0.2.2
This package uses a Pratt Parser to parse mathematical expresssions in a made-up language. This library takes a string, can convert it into a token stream, parse that stream into a parse tree (returning the root node), and evaluate that into a result.