lang-interpreter 0.0.9

A rust reimplementation of the Standard Lang interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
```