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: 19 days ago
JSON representation

《用Rust实现Lua解释器》 / _Build a Lua Interpreter in Rust_

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/)