amyinorbit / CompilerKit

Home Page:http://amyparent.com/CompilerKit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CompilerKit Introduction

CompilerKit is a small toolkit used to build recursive-descent parsers and compilers.

Usage

Full documentation is provided in the docs/ directory. In order to compile a CompilerKit project, you can either:

  • copy the files in src/CompilerKit into your existing project;
  • compile the files in src/CompilerKit as a static library and link it into your project;
  • or add your program's file in src, and use the makefile provided with compiler kit. If you choose to do so, you can set the output binary's name by setting the TARGET variable, i.e. TARGET=my_compiler make.

About

http://amyparent.com/CompilerKit/

License:MIT License


Languages

Language:C++ 95.9%Language:Makefile 2.7%Language:Shell 1.4%