Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

mitchellwrosen/language-lua2

Repository files navigation

Build Status

Unmaintained!

This parser works but is extremely slow and memory-intensive. You should probably use language-lua instead.

The main impetus behind this project was style-checking lua code, which requires token information to stick around after parsing.

Currently, this parser tags each AST node with the list of tokens used to produce it. Instead, the parser should simply tag each AST node with the indicies of the first and last token used to produce it, along with a vector of tokens.

About

Lua parser and pretty-printer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published