Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 433 Bytes

Toy-Compiler

An experimental compiler for a simple language written in C

Building

First, download the dependencies:

./download_dependencies.sh

Then, to build the executable, run the following commands from the terminal:

mkdir build ; cd build && cmake .. && make ; cd ..

This will build toycompiler in ./bin directory.

Usage

Run ./toycompiler and follow on screen instructions.