graysoncroom / GCP

Grayson's Compiler Project (name subject to change)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grayson's Compiler Project (name subject to change)

How to use

Compiling a program

...

About the language

...

About the project

Architecture

...

Dependencies

(1) Boost
(2) Boost Program Options

Installing

Clone the project.

Make sure to update the path to boost in the Makefile.

Run:

$ make

You should now be able to find the compiler at ./bin/gcp

About

Grayson's Compiler Project (name subject to change)


Languages

Language:C++ 93.6%Language:Makefile 6.4%