mirror of
https://github.com/arkorty/ExprEvalplusplus.git
synced 2026-05-05 08:12:10 +00:00
chore: update README.md
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|

|
||||||
|
|
||||||
# ExprEval++
|
# ExprEval++
|
||||||
|
|
||||||
This C++ program provides a simple arithmetic expression evaluator based on Abstract Syntax Trees (AST). It supports constants, variables, unary operations (unary plus and unary minus), and binary operations (addition, subtraction, multiplication, division, and exponentiation).
|
This C++ program provides a simple arithmetic expression evaluator based on Abstract Syntax Trees (AST). It supports constants, variables, unary operations (unary plus and unary minus), and binary operations (addition, subtraction, multiplication, division, and exponentiation).
|
||||||
|
|||||||
Reference in New Issue
Block a user