Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
mtardy 31b1fa6cdb Add the object structure 4 anni fa
drafts Add the object structure 4 anni fa
.gitignore Add the object structure 4 anni fa
Makefile Add the object structure 4 anni fa
README.md Add readme 4 anni fa
calc.leg Add the object structure 4 anni fa
test.sh Add the object structure 4 anni fa

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