Open utterances-bot opened 4 years ago
Generate Lua source code in the specified file。
The link is directed to Python now.
Thanks for pointing out, I've update that. will be online soon.
is there any compiler api? if I want to run compiler on browser
How to set jar filename when output to JVM (with -D jvm)? because if I set --java bin/lib.jar compiler will create folder lib.jar and put jar-Debug.jar inside.
@DQvsRA Use --jvm bin/lib.jar
(which implies -D jvm
).
@Gama11 it works, wonderful, thanks for help!
is there any way to generate intermediate files in intrepreted mode (as in C where you can get file.i, file.s, ... files generated)
--macro includeFile(file:String, position) Embed a JavaScript file at compile time. position can be either "top", "inline" or "closure".
I think this applies not only to javascript
Compiler Usage - Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
https://haxe.org/manual/compiler-usage.html