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 31b1fa6cdb Add the object structure hace 4 años
drafts Add the object structure hace 4 años
.gitignore Add the object structure hace 4 años
Makefile Add the object structure hace 4 años
README.md Add readme hace 4 años
calc.leg Add the object structure hace 4 años
test.sh Add the object structure 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