lua-parser icon indicating copy to clipboard operation
lua-parser copied to clipboard

Lua parser and abstract syntax tree in Lua

Results 2 lua-parser issues
Sort by recently updated
recently updated
newest added

add a config for toLua for non-UTF-8 escape to hex. ```lua -- lua-parser internal function function escape(s) if checkutf8 and utf8.len(s) == nil then local r = "" for i=1,...