Binary package “ruby-expression-parser” in ubuntu bionic

mathematical expression parser for Ruby

 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 .