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 95cb13a326 Add the (not working) null keyword il y a 5 ans
drafts Add the object structure il y a 5 ans
.gitignore Add the object structure il y a 5 ans
Makefile Add the object structure il y a 5 ans
README.md Add readme il y a 5 ans
calc.leg Add the (not working) null keyword il y a 5 ans
test.sh Add the object structure il y a 5 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