ascript.lang.python3
基于AScript扩展的python3脚本语言; 快速开始: // 注册Python3脚本语言 Script.Langs.Set("python3", Python3Lang.Instance); string s = @" @lang python3 def sum(a, b) : return a+b; n=10 sum(n,5) "; var script = new Script(); // 上下文中指定语言,或者脚本中使用@lang指定语言 //script.Context.Langs = new [] { "python3" }; var result = script.Eval(s); Assert.AreEqual(15L, result);
Ecosystem
nuget.org
nuget.org
Latest Release
14 days ago
0.0.1
14 days ago
Versions
1
1
Downloads
0 total
0 total
Loading...
Readme
Loading...
Links
| Registry | nuget.org |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |