lua-parser
lua-parser copied to clipboard
A Lua 5.3 parser written with LPegLabel
Results
4
lua-parser issues
Sort by
recently updated
recently updated
newest added
I've faced a problem in reproducing original lua source code from AST. There is a `pos` field in AST node but is it possible to add optional code context? For...
question
If the indentation was larger than 16, an error `subcapture nesting too deep` was thrown. This fix is based on issues previously encountered by Neovim users: - https://github.com/neovim/neovim/issues/26520 - https://github.com/neovim/neovim/pull/29520