From 7e2b50610b2aa40952d69beb639ca934abc32a65 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sun, 1 Dec 2024 01:31:07 +0530 Subject: [PATCH] chore: update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ce71f1..a75fd03 100644 --- a/README.md +++ b/README.md @@ -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).