You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
306 B
Markdown
6 lines
306 B
Markdown
7 years ago
|
## Getting Started
|
||
|
|
||
|
The [online editor](https://pegjs.org/online) is the easiest way to generate a parser. Just enter your grammar, try parsing some input, and download the generated parser code.
|
||
|
|
||
|
If you want a more flexible way to generate a parser, check out the [installation guide](./installation.md).
|