Loading repository data…
Loading repository data…
D0x1vf / repository
DoxRain — A compact Rust‑powered scripting language featuring block syntax, functions, expression evaluation, and a built‑in package manager. Designed as a fast, safe, and extensible foundation for a custom programming language.
DoxRain‑RS is the Rust‑powered foundation of the DoxRain language. It includes a full interpreter pipeline — lexer, parser, AST, runtime, and a minimal package manager — all designed to form a fast, safe, and extensible core for the language.
Features -
• Rust‑based interpreter core • Lexer, parser, and AST system • Block‑structured syntax • Functions, loops, and expressions • Built‑in package manager (pkg) • Library loader (use ) • String interpolation and input handling
Documentation -
Language usage, syntax, and examples are provided in a separate file inside the repository.