Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bugulo/ifj-compiler

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
https://github.com/bugulo/ifj-compiler

assembly c compiler go low-level

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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