| Crates.io | xlang_vm_core |
| lib.rs | xlang_vm_core |
| version | 0.2.0 |
| created_at | 2025-04-22 10:53:54.02242+00 |
| updated_at | 2025-05-12 06:19:34.295282+00 |
| description | XLangVM for XLang-Rust |
| homepage | |
| repository | https://github.com/sjrsjz/XLang-Rust |
| max_upload_size | |
| id | 1643884 |
| size | 380,196 |
xlang_vm_core is the core virtual machine and runtime library for the experimental programming language XLang-Rust.
This library provides the infrastructure required for executing XLang-Rust language, including:
print, len, type conversions, etc.).xlang_vm_core primarily serves as a dependency for the XLang-Rust compiler and interpreter (xlang-rust main package), providing the actual code execution capability.