|
před 2 roky | |
---|---|---|
media | před 2 roky | |
tests-c | před 3 roky | |
tests-cpp | před 3 roky | |
tests-err | před 3 roky | |
tests-gnu | před 3 roky | |
tests-parsimony | před 2 roky | |
tests-std | před 3 roky | |
.gitignore | před 2 roky | |
AUTHORS | před 3 roky | |
LICENSE | před 3 roky | |
Makefile | před 2 roky | |
README.md | před 2 roky | |
boot.mc | před 2 roky | |
buffer.h | před 3 roky | |
ccmeta-input.txt | před 3 roky | |
ccmeta.leg | před 2 roky | |
debug.c | před 3 roky | |
dotest | před 3 roky | |
fake-static-classes.mc | před 2 roky | |
object.c | před 2 roky | |
protoNumber.txt | před 2 roky | |
scope.c | před 3 roky | |
testPars.sh | před 2 roky |
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