Interactive shell for Haxe
To use the dev version (highly recommended), install the haxelib version (old/0.01.2) and set its dev path:
haxelib install haxeihaxelib dev haxei "
/src"
Uses hscript for parsing and interpreting
The available classes are set via macro compiler configuration:
haxei.Compiler.register( pack : String, ?rec = true, ?ignore : Array, ?classPaths : Array )// Example call: --macro haxei.Compiler.register( "neko", true, [ "neko._std" ] )
Samples:
* Neko shell example: sample-neko.hxml
* Cpp shell example: sample-cpp.hxml
* Nme console example(windows neko|cpp): 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报