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 985453defb add map function 2 vuotta sitten
media Modification of the README.md 2 vuotta sitten
tests-c added comments where the test fails 3 vuotta sitten
tests-cpp test folders 3 vuotta sitten
tests-err updated comments 3 vuotta sitten
tests-gnu deleted *.out files 3 vuotta sitten
tests-parsimony add map function 2 vuotta sitten
tests-std deleted *.out files 3 vuotta sitten
.gitignore append part almost done & beginning of map function 2 vuotta sitten
AUTHORS Add AUTHORS and .gitignore 3 vuotta sitten
LICENSE Initial commit 3 vuotta sitten
Makefile Adding flags for HOMEBREW and update of the gitignore 2 vuotta sitten
README.md Modification of the README.md 2 vuotta sitten
buffer.h Initial import of framework. 3 vuotta sitten
ccmeta-input.txt new input file with dynamic C expression 3 vuotta sitten
ccmeta.leg add map function 2 vuotta sitten
debug.c added a file to help debug 3 vuotta sitten
dotest updated dotest 3 vuotta sitten
object.c add slices and additional constructors for: array map symbol string 2 vuotta sitten
protoNumber.txt Total independence of parsimony 2 vuotta sitten
scope.c updated scopes to be easier to manipulate 3 vuotta sitten

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