https://github.com/wubingzheng/build-lua-in-rust
《用Rust实现Lua解释器》 / _Build a Lua Interpreter in Rust_
https://github.com/wubingzheng/build-lua-in-rust
build-your-own-x lua rust script-interpreter tutorial
Last synced: 19 days ago
JSON representation
《用Rust实现Lua解释器》 / _Build a Lua Interpreter in Rust_
- Host: GitHub
- URL: https://github.com/wubingzheng/build-lua-in-rust
- Owner: WuBingzheng
- License: mit
- Created: 2022-07-24T08:00:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T02:50:00.000Z (about 1 year ago)
- Last Synced: 2025-04-02T05:06:46.037Z (27 days ago)
- Topics: build-your-own-x, lua, rust, script-interpreter, tutorial
- Language: Rust
- Homepage:
- Size: 3.24 MB
- Stars: 721
- Watchers: 12
- Forks: 46
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
Let's build a Lua Interpreter in Rust from scratch! This is also a good way to learn Rust.
The online book:
- [中文版本](https://wubingzheng.github.io/build-lua-in-rust/zh/)
- [English version](https://wubingzheng.github.io/build-lua-in-rust/en/)