
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 .
this package contains the documentation for ruby-expression-parser.