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