Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 240 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 240 Bytes

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