An open API service indexing awesome lists of open source software.

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

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
```