mirror of
https://github.com/arkorty/ExprEvalplusplus.git
synced 2026-03-18 00:57:18 +00:00
chore: change the root header
This commit is contained in:
committed by
GitHub
parent
94454a58b5
commit
2fef1ac20f
@@ -1,4 +1,4 @@
|
|||||||
# Arithmetic Expression Evaluator
|
# 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