|
2 år sedan | |
---|---|---|
media | 2 år sedan | |
tests-c | 3 år sedan | |
tests-cpp | 3 år sedan | |
tests-err | 3 år sedan | |
tests-gnu | 3 år sedan | |
tests-parsimony | 2 år sedan | |
tests-std | 3 år sedan | |
.gitignore | 2 år sedan | |
AUTHORS | 3 år sedan | |
LICENSE | 3 år sedan | |
Makefile | 2 år sedan | |
README.md | 2 år sedan | |
buffer.h | 3 år sedan | |
ccmeta-input.txt | 3 år sedan | |
ccmeta.leg | 2 år sedan | |
debug.c | 3 år sedan | |
dotest | 3 år sedan | |
object.c | 2 år sedan | |
protoNumber.txt | 2 år sedan | |
scope.c | 3 år sedan | |
testPars.sh | 2 år sedan |
C compiler with embedded metalanguage.
Please install peg/leg manually or with a package manager, for example with Homebrew:
$ brew install peg
Please install the Boehm-Demers-Weiser conservative garbage collector manually or with a package manager, for example with Homebrew:
$ brew install bdw-gc
$ make
$ make clean
$ make test
You can pass your program:
$ ./ccmeta < file
$ ./ccmeta file
$ man peg