##Build instruction
###Using CMake + make
git clone https://github.com/frobion/GrammaireLangage
cd GrammaireLangage/bin
cmake ..
make
once build you can lauch it using
./GramaireLangage
###Using make only
(this use a default makefile generated by cmake included in the repo)
git clone https://github.com/frobion/GrammaireLangage
cd GrammaireLangage/bin
make
once build you can lauch it using
./GramaireLangage
##Description
GrammaireLangage is a basic calculator working on integer and only with + and * operation as well as managing brackets