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 6d57c3ff0b Apply advice from draft2.c to calc.leg il y a 4 ans
.gitignore Update draft for interning same symbol il y a 4 ans
Makefile Use -o option instead of output redirection il y a 4 ans
README.md Add readme il y a 4 ans
calc.leg Apply advice from draft2.c to calc.leg il y a 4 ans
draft.c Apply advice from draft2.c to calc.leg il y a 4 ans
draft2.c Apply advice from draft2.c to calc.leg il y a 4 ans
test.sh Add arbitrary var identifiers 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