Skip to content

mlnkvn/generic-expression-parser

Repository files navigation

generic-expression-parser

It's an implementation of Generic Expression Parser that is able to parse and evaluate different expressions For usage you have to write mode (integer - "-i", double - "-d", BigInteger - "-bi", unchecked int - "u", unchecked short - "s", unchecked long - "l") and the expression itself (ex. "x + (-y * z)") as command line arguements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages