/LuaParser

Pure Rust implementation of the Lua parser. Based on https://github.com/lonng/lua-rs

Primary LanguageRustMIT LicenseMIT

Lua parser implementation in pure Rust

Base code is from lua-rs