|
il y a 2 ans | |
---|---|---|
doc | il y a 2 ans | |
examples | il y a 2 ans | |
src | il y a 2 ans | |
tests | il y a 2 ans | |
.gitignore | il y a 2 ans | |
AUTHORS | il y a 2 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 2 ans | |
ccmeta-input.txt | il y a 3 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
Compatible with the homebrew installed on the apple silicon ship
$ make
$ make clean
$ make test
You can pass your program:
$ ./ccmeta < file
$ ./ccmeta file
$ man peg