Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 316 Bytes

File metadata and controls

15 lines (10 loc) · 316 Bytes

ParserTask

Arithmetic parser written in C++11. This is a project of an arithmetic parser that accepts positive numbers with one single digit and the basic operators as "+", "-", "*", "/", "(" and ")".

Build and run

make

./interpreter [-v]

-v Display the expression AST tree.

Run tests

make test