Skip to content

fauzanzaid/Toy-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages