/MathematicalExpressionParser

This Java application is designed to parse and evaluate mathematical expressions. It utilizes a Lexer to tokenize input, a Parser to construct an abstract syntax tree (AST), and evaluates these expressions to return results in fractional form.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Watchers