https://github.com/rrqm/csharpscriptinterpreter
这是一个简单的c#脚本解释器,可以将完整的C#脚本代码运行在控制台。
https://github.com/rrqm/csharpscriptinterpreter
Last synced: 15 days ago
JSON representation
这是一个简单的c#脚本解释器,可以将完整的C#脚本代码运行在控制台。
- Host: GitHub
- URL: https://github.com/rrqm/csharpscriptinterpreter
- Owner: RRQM
- License: mit
- Created: 2020-12-24T06:36:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-29T02:46:40.000Z (about 5 years ago)
- Last Synced: 2025-01-19T21:32:48.876Z (12 months ago)
- Language: C#
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSharpScriptInterpreter
这是一个简单的c#脚本解释器,可以将完整的C#脚本代码运行在控制台。