|
пре 4 година | |
---|---|---|
drafts | пре 4 година | |
.gitignore | пре 4 година | |
Makefile | пре 4 година | |
README.md | пре 4 година | |
calc.leg | пре 4 година | |
object.c | пре 4 година | |
test.sh | пре 4 година | |
test.txt | пре 4 година | |
test2.txt | пре 4 година | |
test3.txt | пре 4 година |
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