Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
mtardy 31b1fa6cdb Add the object structure il y a 4 ans
drafts Add the object structure il y a 4 ans
.gitignore Add the object structure il y a 4 ans
Makefile Add the object structure il y a 4 ans
README.md Add readme il y a 5 ans
calc.leg Add the object structure il y a 4 ans
test.sh Add the object structure il y a 4 ans

README.md

Basic calculator

Requirements

Please install peg/leg manually or with Homebrew:

$ brew install peg

Build

$ make

Usage

$ echo "2+3" | ./calc

Test

$ ./test.sh