Skip to content

Latest commit

 

History

166 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An experimental compiler for a simple language written in C

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages