C compiler with embedded metalanguage.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Sebeck10 d09512529b Add boot file with usefull functions пре 2 година
media Modification of the README.md пре 2 година
tests-c added comments where the test fails пре 3 година
tests-cpp test folders пре 3 година
tests-err updated comments пре 3 година
tests-gnu deleted *.out files пре 3 година
tests-parsimony Add boot file with usefull functions пре 2 година
tests-std deleted *.out files пре 3 година
.gitignore append part almost done & beginning of map function пре 2 година
AUTHORS Add AUTHORS and .gitignore пре 3 година
LICENSE Initial commit пре 3 година
Makefile Adding flags for HOMEBREW and update of the gitignore пре 2 година
README.md Modification of the README.md пре 2 година
buffer.h Initial import of framework. пре 3 година
ccmeta-input.txt new input file with dynamic C expression пре 3 година
ccmeta.leg Add boot file with usefull functions пре 2 година
debug.c added a file to help debug пре 3 година
dotest updated dotest пре 3 година
object.c add slices and additional constructors for: array map symbol string пре 2 година
protoNumber.txt Total independence of parsimony пре 2 година
scope.c updated scopes to be easier to manipulate пре 3 година
testPars.sh Fix map function/simplification of the language пре 2 година

README.md

CCMETA

C compiler with embedded metalanguage.

Table of contents

  1. Architecture
  2. Build the project
  3. Usage
  4. Help

Architecture

alt text

Build the project

Requirements

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

Makefile

Build

$ make

Clean

$ make clean

Test

$ make test

Usage

You can pass your program:

  • via a file
$ ./ccmeta < file
  • via a file
$ ./ccmeta file

Help

peg/leg

$ man peg