Showing 1-20 of 87 packages
[](https://www.npmjs.com/package/jsdoc-type-pratt-parser) []
A Pratt parser builder.
Knuth-Morris-Pratt string searching algorithm.
An implementation of the Knuth-Morris-Pratt string searching algorithm.
TDOP parser
Knuth-Morris-Pratt algorithm for JavaScript
A generic Pratt/top down operator precedence parser.
We.js we-theme-pratt theme
Analizador Pratt construido en Go para el calculo de expresiones matemáticas simples.
A table-driven Pratt expression parser generator
Knut Morris Pratt algorithm's js realisation
Maintained replacement for ESLint's deprecated SourceCode#getJSDocComment along with other jsdoc utilities
Pratt parser builder (along with simple tokenizer)
a tiny pratt parser implementation
A generalized Pratt parser
test-pratt
empty
A generic Pratt expression parser
Tiny expression parser & evaluator
`parserFactory` can be used to generate TDOP/Pratt parsers. The reason for using this style of parsing is that it's much easier to change the precedence and add new operators that it would be other parser types.