Sevm.Engine
1.2.2210.39
dotnet add package Sevm.Engine --version 1.2.2210.39
NuGet\Install-Package Sevm.Engine -Version 1.2.2210.39
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sevm.Engine" Version="1.2.2210.39" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sevm.Engine" Version="1.2.2210.39" />
<PackageReference Include="Sevm.Engine" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sevm.Engine --version 1.2.2210.39
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sevm.Engine, 1.2.2210.39"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Sevm.Engine@1.2.2210.39
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sevm.Engine&version=1.2.2210.39
#tool nuget:?package=Sevm.Engine&version=1.2.2210.39
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SEVM(Script Execution Virtual Machine)
使用SIR中间语言的脚本执行虚拟机
设计初衷
脚本语言从诞生开始,就一直饱受执行效率的困扰,在很多领域,比如ERP、OA、游戏等项目中,低代码或者说脚本语言又是不可获取的存在。
在翻阅一些资料以后,我决定采用LLVM的概念,将脚本语言也进行前后端分离,前端为我们自定义的高级语言脚本,后端则使用宿主语言设计一个完整的脚本执行虚拟机,而中间则采用一套专用于虚拟机工作的可二进制化中间指令语言来提高执行效率。
中间语言
SIR:Script Inter-language https://github.com/Sheng-Sheng-Man/SIR
虚拟机组成
定义块:
- 数据定义块
- 变量定义块
- 函数定义块
- 代码定义块
执行列表:
- 虚拟内存列表
- 变量列表
- 函数列表
- 代码列表
执行顺序
- 初始化寄存器列表
- 建立虚拟内存列表
- 将数据定义块加载到虚拟内存
- 建立变量列表
- 将变量定义块加载到变量列表
- 建立函数列表
- 将函数定义块加载到变量列表
- 执行
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Sevm.Memory (>= 1.1.2210.24)
- Sevm.Sir (>= 1.2.2210.24)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sevm.Engine:
| Package | Downloads |
|---|---|
|
Ssm.Engine
声声慢脚本引擎 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.2210.39 | 628 | 10/7/2022 |
| 1.2.2210.38 | 546 | 10/7/2022 |
| 1.2.2210.37 | 574 | 10/7/2022 |
| 1.2.2210.36 | 549 | 10/7/2022 |
| 1.2.2210.35 | 543 | 10/7/2022 |
| 1.2.2210.34 | 548 | 10/7/2022 |
| 1.1.2209.33 | 582 | 9/5/2022 |
| 1.1.2209.32 | 571 | 9/5/2022 |
| 1.1.2209.31 | 579 | 9/5/2022 |
| 1.1.2209.30 | 556 | 9/5/2022 |
| 1.1.2209.29 | 585 | 9/4/2022 |
| 1.1.2209.28 | 665 | 8/31/2022 |
| 1.0.2208.27 | 570 | 8/31/2022 |
| 1.0.2208.26 | 568 | 8/31/2022 |
| 1.0.2208.25 | 561 | 8/31/2022 |
| 1.0.2208.24 | 556 | 8/30/2022 |
| 1.0.2208.23 | 574 | 8/30/2022 |
| 1.0.2208.22 | 568 | 8/29/2022 |
| 1.0.2208.21 | 570 | 8/29/2022 |
| 1.0.2208.20 | 584 | 8/29/2022 |
Loading failed