#Arithmetic expression evaluation
This is an arithmetic expression evaluation using stacks and trees, it was a part of a project at university, for applying what we have learned in Algorithmes and Data structures.
Compile the project, then execute it and enter an arithmetic expression that doesn't contain spaces.
- Add make file.
- Improve the syntactic and semantic evaluation.
- Add spaces deletion, to accept any expression.