#language #lang-interpreter #interpreter #repo

lang-interpreter

A rust reimplementation of the Standard Lang interpreter

7 releases

Uses new Rust 2024

0.0.7 Feb 21, 2025
0.0.6 Feb 1, 2025
0.0.5 Jan 18, 2025

#299 in Programming languages


Used in lang-cli

MIT license

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

~8–12MB
~215K SLoC