Skip to content

Get Started

LucasMW edited this page Dec 8, 2017 · 8 revisions

##Get Started First you may set the environment:


get Clang

MongaComp Requires clang or another llvm compiler.

(Such as llc)


get MongaComp

  • Download MongaComp

See Releases section section for more information

or

  • Clone and Build MongaComp

See Building MongaComp for more details.


Set mongaComp in your shell and test it.

void main() {
   @"Hello World!\n";
}

$ mongaC hello.monga

$./a.out

Hello World!

$

If those were your results everything is working

Clone this wiki locally