Skip to content

frobion/GrammaireLangage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrammaireLangage

##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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published