README.md: Describe the "trace" peg.generate option

redux
David Majda 8 years ago
parent f41535224d
commit 01aa32615b

@ -148,6 +148,7 @@ object to `peg.generate`. The following options are supported:
object; if set to `"source"`, it will return parser source code as a string
(default: `"parser"`)
* `plugins` — plugins to use
* `trace` — makes the parser trace its progress (default: `false`)
Using the Parser
----------------

Loading…
Cancel
Save