https://github.com/lang-programming/lang-interpreter-rs
A rust reimplementation of the Standard Lang interpreter
https://github.com/lang-programming/lang-interpreter-rs
interpreter lang-language programming-langauge rust rust-lang rust-language rust-library translation-files
Last synced: 24 days ago
JSON representation
A rust reimplementation of the Standard Lang interpreter
- Host: GitHub
- URL: https://github.com/lang-programming/lang-interpreter-rs
- Owner: lang-programming
- License: mit
- Created: 2024-11-26T17:50:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T22:00:43.000Z (about 1 year ago)
- Last Synced: 2025-01-24T23:17:47.707Z (about 1 year ago)
- Topics: interpreter, lang-language, programming-langauge, rust, rust-lang, rust-language, rust-library, translation-files
- Language: Rust
- Homepage: https://jddev0.com/projects/lang
- Size: 606 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/lang-programming/lang-interpreter))
- 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
```