Skip to content
forked from foolsh/mango

implementation of a simple programming language as part of a blog series

Notifications You must be signed in to change notification settings

ghosthamlet/mango

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mango

Repository for the Mango programming language as part of a blog series. The posts can be found here.

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 examples/test.mango

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

About

implementation of a simple programming language as part of a blog series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.2%
  • Makefile 0.8%