By reading the documentation of the of the mx2cc compiler
|
|
%mx2cc% Usage: mx2cc makeapp|makemods|makedocs [-run] [-clean] [-verbose] [-target=deskt op|emscripten] [-config=debug|release] source|modules... |
I assume that the ideal command to compile and run my program would be this.
|
|
%mx2cc% makeapp -run -target=desktop -config=debug test.monkey2 |
I get this output
|
|
Parsing... Semanting... Translating.. Compiling.... Linking blahblah Running blahblah |
But unfortunately I can’t see any Print output.
By looking at how monkey2\scripts are written there was this additional parameter that would allow this.
This could be added to compiler documentation so it would be in plain sight, so users would be able understand also this.
Sorry for being picky.