Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T02:50:00.000Z (8 months ago)
- Last Synced: 2024-08-02T07:02:19.027Z (3 months ago)
- Topics: build-your-own-x, lua, rust, script-interpreter, tutorial
- Language: Rust
- Homepage:
- Size: 3.24 MB
- Stars: 636
- Watchers: 11
- Forks: 41
- Open Issues: 2
-
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/)