Skip to content

lang-programming/lang-interpreter-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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