pegjs/docs/guides/getting-started.md

11 lines
434 B
Markdown
Raw Normal View History

## 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.
2018-09-25 22:06:05 +02:00
If you want a more flexible way to generate a parser, check out the following:
- [Installing PEG.js](./installation.md)
- [Generating a Parser](./generating-a-parser.md)
- [JavaScript API](./javascript-api.md)
- [Plugins](./plugins.md)