C compiler with embedded metalanguage.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Theo Souchon 951b8078d6 remove test lang 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 remove test lang 2 년 전
tests-std deleted *.out files 3 년 전
.gitignore Adding flags for HOMEBREW and update of the gitignore 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 remove test lang 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 년 전

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