ruby-expression-parser

Mathematical expression parser for Ruby
  https://github.com/nricciar/expression_parser
  0
  no reviews



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 .