forked from olcxjas-softworks/LarpixClient
20 lines
268 B
Markdown
20 lines
268 B
Markdown
# Chevrotain
|
|
|
|
For details see:
|
|
|
|
- Chevrotain's [website](https://sap.github.io/chevrotain/docs/).
|
|
- Chevrotain's root [README](https://github.com/SAP/chevrotain).
|
|
|
|
## Install
|
|
|
|
Using npm:
|
|
|
|
```sh
|
|
npm install chevrotain
|
|
```
|
|
|
|
or using yarn:
|
|
|
|
```sh
|
|
yarn add chevrotain
|
|
```
|