Skip to content

An experimental compiler for a simple language written in C

License

Notifications You must be signed in to change notification settings

fauzanzaid/Toy-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages