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

https://github.com/laarmen/seo2

Rust implementation of the Lua scripting language
https://github.com/laarmen/seo2

lua rust

Last synced: 5 months ago
JSON representation

Rust implementation of the Lua scripting language

Awesome Lists containing this project

README

          

# SeO2
Rust implementation of the Lua scripting language

This project aims at implementing a functional, if not optimal, version of the Lua runtime for the 5.3 revision.

So far, this is mainly an opportunity to learn about Rust, but the final hope is to be able to leverage this whole architecture to plug into existing Lua code bases and detect at runtime potential buggy behaviours, à la ASAN or Valgrind.