11 releases
Uses new Rust 2024
| 0.0.11 | Oct 8, 2025 |
|---|---|
| 0.0.10 | Sep 23, 2025 |
| 0.0.7 | Feb 21, 2025 |
| 0.0.5 | Jan 18, 2025 |
#1139 in Programming languages
Used in lang-cli
1.5MB
38K
SLoC
Contains (Zip file, 4KB) load_unload_with_subfolders.lm, (Zip file, 1KB) empty.lm, (Zip file, 1KB) load_unload_functions.lm, (Zip file, 2KB) load_unload_with_multiple_files.lm, (Zip file, 2KB) load_unload_with_multiple_files_linker_inside_fp.lm
Lang Interpreter RS
langRS is an implementation of the Lang Programming language.
This is a rust reimplementation of the Standard Lang interpreter (Standard Lang GitHub repo)
Features
- All Lang standard language features
- Support for Rust Native Functions (Native modules are currently not supported, but will be in the future: Both statically linked and dynamically linked)
Lang Interpreter RS
The langRS implementation of the Lang Programming language
Features
This is a rust reimplementation of the Standard Lang interpreter (Standard Lang GitHub repo)
- All Lang standard language features
- Support for Rust Native Functions (Native modules are currently not supported, but will be in the future: Both statically linked and dynamically linked)
Use as dependency
cargo add lang-interpreter
Dependencies
~6–11MB
~189K SLoC