8000 GitHub - drodobyte/exp: Basic math expression parser using ANTLR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drodobyte/exp

Repository files navigation

Simple Math Expression Parser

This lib utility defines Exp model, which represents basic math expressions.

Grammar definition and code generation thanks to ANTLR

Also, comes with an Evaluator and a Parser.

0