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
15 days ago
0.0.1
15 days ago
Versions
1
1
Downloads
0 total
0 total
No dependent packages found.
Past Dependents
Include Past Dependents
Check this option to include packages that no longer depend on this package in their latest version but previously did.
Filter
Filter by Kind
Links
| Registry | nuget.org |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |