UNPKG

@fink/prattler

Version:

A generic Pratt/top down operator precedence parser.

17 lines (10 loc) 151 B
# prattler A generic Pratt/top down operator precedence parser. ## Getting started ```bash npm install ``` Run a full build: ```bash npx run ```