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 abe0f07d32 Fix for object il y a 4 ans
drafts Add the object structure il y a 4 ans
.gitignore Fix for object il y a 4 ans
Makefile Fix for object il y a 4 ans
README.md Add readme il y a 5 ans
calc.leg Fix for object il y a 4 ans
object.c Fix for object il y a 4 ans
test.sh Add the object structure il y a 4 ans
test.txt Fix for object 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