chore: update README.md

This commit is contained in:
Arkaprabha Chakraborty
2024-12-01 01:31:07 +05:30
committed by GitHub
parent cfacecff63
commit 7e2b50610b

View File

@@ -1,3 +1,5 @@
![cover.png](blob/cover.png)
# 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).