language-lua2 alternatives and similar packages
Based on the "Language" category.
Alternatively, view language-lua2 alternatives based on common mentions on social networks and blogs.
-
stylish-haskell
DISCONTINUED. Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of language-lua2 or a related project?
README
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.