|
vor 4 Jahren | |
---|---|---|
drafts | vor 4 Jahren | |
.gitignore | vor 4 Jahren | |
Makefile | vor 4 Jahren | |
README.md | vor 4 Jahren | |
calc.leg | vor 4 Jahren | |
object.c | vor 4 Jahren | |
test.sh | vor 4 Jahren | |
test.txt | vor 4 Jahren | |
test2.txt | vor 4 Jahren |
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