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