C compiler with embedded metalanguage.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Theo Souchon 791119d516 modification for the class object před 2 roky
media Modification of the README.md před 2 roky
tests-c added comments where the test fails před 3 roky
tests-cpp test folders před 3 roky
tests-err updated comments před 3 roky
tests-gnu deleted *.out files před 3 roky
tests-parsimony modification for the class object před 2 roky
tests-std deleted *.out files před 3 roky
.gitignore append part almost done & beginning of map function před 2 roky
AUTHORS Add AUTHORS and .gitignore před 3 roky
LICENSE Initial commit před 3 roky
Makefile Adding flags for HOMEBREW and update of the gitignore před 2 roky
README.md Modification of the README.md před 2 roky
boot.mc new example of simplification před 2 roky
buffer.h Initial import of framework. před 3 roky
ccmeta-input.txt new input file with dynamic C expression před 3 roky
ccmeta.leg modification for the class object před 2 roky
debug.c added a file to help debug před 3 roky
dotest updated dotest před 3 roky
fake-static-classes.mc modification for the class object před 2 roky
object.c modification for the class object před 2 roky
protoNumber.txt Total independence of parsimony před 2 roky
scope.c updated scopes to be easier to manipulate před 3 roky
testPars.sh modification for the class object před 2 roky

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