Skip to content

thadeuk/ParserTask

Repository files navigation

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

About

A simple arithmetic parser written in C++11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published