No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
mtardy 6d57c3ff0b Apply advice from draft2.c to calc.leg hace 4 años
.gitignore Update draft for interning same symbol hace 4 años
Makefile Use -o option instead of output redirection hace 4 años
README.md Add readme hace 4 años
calc.leg Apply advice from draft2.c to calc.leg hace 4 años
draft.c Apply advice from draft2.c to calc.leg hace 4 años
draft2.c Apply advice from draft2.c to calc.leg hace 4 años
test.sh Add arbitrary var identifiers hace 4 años

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