Skip to content

Compiler of Go language written in C. Compiler's output is made-up assembly like language that can be interpreted by https://github.com/bugulo/ifj-interpret

Notifications You must be signed in to change notification settings

bugulo/ifj-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IFJ Best team

IFJGo20 compiler!

Build

make

Run

./compiler

Run tests

make test
./test

Build with debug messages

make DEBUG=-DDEBUG

Cleanup

make clean

Pack for submission

make pack

About

Compiler of Go language written in C. Compiler's output is made-up assembly like language that can be interpreted by https://github.com/bugulo/ifj-interpret

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages