|
hace 4 años | |
---|---|---|
drafts | hace 4 años | |
.gitignore | hace 4 años | |
Makefile | hace 4 años | |
README.md | hace 4 años | |
calc.leg | hace 4 años | |
object.c | hace 4 años | |
test.sh | hace 4 años | |
test.txt | hace 4 años | |
test2.txt | hace 4 años |
Please install peg/leg manually or with Homebrew:
$ brew install peg
Please install the Boehm-Demers-Weiser conservative garbage collector manually or with Homebrew:
$ brew install bdw-gc
$ make
$ echo "a=2+3 a*2" | ./calc
Simple tests:
$ ./test.sh
Custom test:
$ ./calc < test.txt