chore: change the root header

This commit is contained in:
Arkaprabha Chakraborty
2024-11-17 02:51:58 +05:30
committed by GitHub
parent 94454a58b5
commit 2fef1ac20f

View File

@@ -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).