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
- Host: GitHub
- URL: https://github.com/laarmen/seo2
- Owner: laarmen
- License: mit
- Created: 2017-10-11T11:47:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T22:13:56.000Z (about 8 years ago)
- Last Synced: 2025-02-12T14:27:26.385Z (about 1 year ago)
- Topics: lua, rust
- Language: Rust
- Size: 58.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.