Skip to content

The Monga Language

LucasMW edited this page Dec 24, 2016 · 1 revision

Original Reference: http://www.inf.puc-rio.br/~roberto/comp/lang.html (Brazilian Portuguese)

The Monga programming language is a Turing Complete for complementary usage with C. Think monga like a C compatible language, with better array usage and unique way of printing

Its compatibility with C allows one write part of the code in monga and complete with C where it is most appropriate (such system calls and file handling).

MongaComp compiles monga to llvm, then calls clang to compile it to binary executable format.

Clone this wiki locally