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