@stordata/grammars
Version:
A collection of ANTLR grammars used at Stordata. This project exists so that we can package the grammars (and various utilities) as a CommonJS module. The `antlr4` Javascript runtime is only available as an ES module at the time of writing.
17 lines (12 loc) • 364 B
Markdown
# @stordata/grammars
A collection of ANTLR grammars used at Stordata.
This project exists so that we can package the grammars (and various utilities) as a CommonJS module.
The `antlr4` Javascript runtime is only available as an ES module at the time of writing.
## Building
Available NPM scripts are
```
npm run lint
npm run antlr
npm run build
npm test
```