From 2fef1ac20f5339bd92dda2f18b2da4495ea9194e Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sun, 17 Nov 2024 02:51:58 +0530 Subject: [PATCH] chore: change the root header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f933c19..1ce71f1 100644 --- a/README.md +++ b/README.md @@ -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).