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 a3628b9937 Add draft ideas to calc.leg and clarify intern() 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 5 ans
README.md Add readme il y a 5 ans
calc.leg Add draft ideas to calc.leg and clarify intern() il y a 4 ans
draft.c Add draft ideas to calc.leg and clarify intern() 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