Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 405 Bytes

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