C compiler with embedded metalanguage.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Sebeck10 2f4756a72c Fix map function/simplification of the language pirms 2 gadiem
media Modification of the README.md pirms 2 gadiem
tests-c added comments where the test fails pirms 3 gadiem
tests-cpp test folders pirms 3 gadiem
tests-err updated comments pirms 3 gadiem
tests-gnu deleted *.out files pirms 3 gadiem
tests-parsimony Fix map function/simplification of the language pirms 2 gadiem
tests-std deleted *.out files pirms 3 gadiem
.gitignore append part almost done & beginning of map function pirms 2 gadiem
AUTHORS Add AUTHORS and .gitignore pirms 3 gadiem
LICENSE Initial commit pirms 3 gadiem
Makefile Adding flags for HOMEBREW and update of the gitignore pirms 2 gadiem
README.md Modification of the README.md pirms 2 gadiem
buffer.h Initial import of framework. pirms 3 gadiem
ccmeta-input.txt new input file with dynamic C expression pirms 3 gadiem
ccmeta.leg Fix map function/simplification of the language pirms 2 gadiem
debug.c added a file to help debug pirms 3 gadiem
dotest updated dotest pirms 3 gadiem
object.c add slices and additional constructors for: array map symbol string pirms 2 gadiem
protoNumber.txt Total independence of parsimony pirms 2 gadiem
scope.c updated scopes to be easier to manipulate pirms 3 gadiem
testPars.sh Fix map function/simplification of the language pirms 2 gadiem

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