AST
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 abe0f07d32 Fix for object 4 år sedan
drafts Add the object structure 4 år sedan
.gitignore Fix for object 4 år sedan
Makefile Fix for object 4 år sedan
README.md Add readme 5 år sedan
calc.leg Fix for object 4 år sedan
object.c Fix for object 4 år sedan
test.sh Add the object structure 4 år sedan
test.txt Fix for object 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