Skip to content

vnev/blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Programming language tutorial series code sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published