How to Install libparsington-java in Ubuntu 18.04



Install libparsington-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libparsington-java

Description:

mathematical expression parser for Java

Parsington is an infix-to-postfix (or infix-to-syntax-tree) expression parser for mathematical expressions written in Java. It is simple yet fancy, handling (customizable) operators, functions, variables and constants in a similar way to what the Java language itself supports.

Homepage: https://github.com/scijava/parsington

Version: 1.0.1-1

Section: universe/java