Compiling - mochaccino-lang/mochaccino GitHub Wiki
Compiling A Program
To compile a program, first follow the installation instructions, then make sure you're in the directory with the uncompiled file, then do:
bpc YOURFILENAME
Then follow on-screen instructions.
Make sure when compiling, you don't put the file prefix. (it's assumed that it's .mochaccino
)