mirror of
https://github.com/arkorty/ExprEvalplusplus.git
synced 2026-03-18 00:57:18 +00:00
chore: update README.md
This commit is contained in:
committed by
GitHub
parent
cfacecff63
commit
7e2b50610b
@@ -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