首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 对于Haxe交互式shell

对于Haxe交互式shell

  • 资源大小:10.58 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: shell Haxe 交互式 对于

资 源 简 介

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%的代码片段,完整代码需下载后查看 加载中 侵权举报

文 件 列 表

haxelib.xml
haxei
Compiler.hx
Console.hx
Interpreter.hx
NmeConsole.hx
Shell.hx
VIP VIP
0.173473s