Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
mtardy 31b1fa6cdb Add the object structure 4 år sedan
drafts Add the object structure 4 år sedan
.gitignore Add the object structure 4 år sedan
Makefile Add the object structure 4 år sedan
README.md Add readme 4 år sedan
calc.leg Add the object structure 4 år sedan
test.sh Add the object structure 4 år sedan

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