|
há 2 anos | |
---|---|---|
media | há 2 anos | |
parsimonyLibrary | há 2 anos | |
tests-c | há 3 anos | |
tests-cpp | há 3 anos | |
tests-err | há 3 anos | |
tests-gnu | há 3 anos | |
tests-parsimony | há 2 anos | |
tests-std | há 3 anos | |
.gitignore | há 2 anos | |
AUTHORS | há 3 anos | |
LICENSE | há 3 anos | |
Makefile | há 2 anos | |
README.md | há 2 anos | |
buffer.h | há 3 anos | |
ccmeta-input.txt | há 3 anos | |
ccmeta.leg | há 2 anos | |
debug.c | há 3 anos | |
dotest | há 3 anos | |
object.c | há 2 anos | |
protoNumber.txt | há 2 anos | |
scope.c | há 3 anos | |
testPars.sh | há 2 anos |
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