lang-interpreter

Crates.iolang-interpreter
lib.rslang-interpreter
version0.0.10
created_at2025-01-02 23:39:10.422662+00
updated_at2025-09-23 17:40:29.446127+00
descriptionA rust reimplementation of the Standard Lang interpreter
homepage
repositoryhttps://github.com/lang-programming/lang-interpreter-rs
max_upload_size
id1501987
size1,996,633
JDDev0 (JDDev0)

documentation

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)

  • 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
Commit count: 176

cargo fmt