Files
cppexprfun/README.txt
T
2024-04-07 17:55:16 +02:00

5 lines
227 B
Plaintext

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/