first commit

This commit is contained in:
2024-04-07 17:55:16 +02:00
commit a15ca3add7
12 changed files with 905 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
This repository implements a simple arithmetic expression parser and evaluator using the visitor pattern.
The main inspiration was this article:
https://eli.thegreenplace.net/2016/the-expression-problem-and-its-solutions/