|
před 2 roky | |
---|---|---|
doc | před 2 roky | |
examples | před 2 roky | |
src | před 2 roky | |
tests | před 2 roky | |
.gitignore | před 2 roky | |
AUTHORS | před 3 roky | |
LICENSE | před 3 roky | |
README.md | před 2 roky | |
ccmeta-input.txt | před 3 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
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