| Crates.io | xlang_frontend |
| lib.rs | xlang_frontend |
| version | 0.1.6 |
| created_at | 2025-04-22 10:55:18.612846+00 |
| updated_at | 2025-05-12 06:20:18.363257+00 |
| description | Frontend for XLang-Rust |
| homepage | |
| repository | https://github.com/sjrsjz/XLang-Rust |
| max_upload_size | |
| id | 1643888 |
| size | 274,758 |
xlang_frontend is the frontend library for the experimental programming language XLang-Rust.
This library provides the tools needed to convert XLang-Rust source code into an intermediate representation (IR) executable by the virtual machine, including:
@compile.xlang_frontend primarily serves as a dependency for the XLang-Rust compiler and interpreter (xlang-rust main package), responsible for handling source code parsing and compilation processes.