Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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_

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