|
2 年之前 | |
---|---|---|
doc | 2 年之前 | |
examples | 2 年之前 | |
src | 2 年之前 | |
tests | 2 年之前 | |
.gitignore | 2 年之前 | |
AUTHORS | 2 年之前 | |
LICENSE | 3 年之前 | |
README.md | 2 年之前 | |
ccmeta-input.txt | 3 年之前 |
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