|
пре 2 година | |
---|---|---|
doc | пре 2 година | |
examples | пре 2 година | |
src | пре 2 година | |
tests | пре 2 година | |
.gitignore | пре 2 година | |
AUTHORS | пре 2 година | |
LICENSE | пре 3 година | |
README.md | пре 2 година |
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