Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-expression-parser
Mathematical expression parser for Ruby
https://github.com/nricciar/expression_parser
0
no reviews
Install
Implementation of a parser for mathematical expressions. Introducing the Parser class which parses raw string input and gives mathematical objects as output.
Inspired by http://lukaszwrobel.pl/blog/math-parser-part-3-implementation .