Skip to content

Implementation of expression evaluator in Java. It takes an expression from the input (input.txt), and produce the result of calculations in Abstact Syntax Tree format, and produce a serialized form of the input in JSON (output.txt).

Notifications You must be signed in to change notification settings

AlmazSamatov/ExpressionEvaluator

About

Implementation of expression evaluator in Java. It takes an expression from the input (input.txt), and produce the result of calculations in Abstact Syntax Tree format, and produce a serialized form of the input in JSON (output.txt).

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages