Skip to content

Latest commit

 

History

History
executable file
·
17 lines (8 loc) · 467 Bytes

README.md

File metadata and controls

executable file
·
17 lines (8 loc) · 467 Bytes

Blank

Repository for the Blank programming language as part of a blog series. The posts can be found here (link down).

Building and running

To build, just run:

make

which should produce an executable called mangoc in the same directory. Run mangoc on the example file by doing

./mangoc example/test.mango

We're using clang to run the compile. To use gcc or cc, change clang to gcc/cc in the Makefile.