Browse Source

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

redux
David Majda 7 years ago
parent
commit
01aa32615b
  1. 1
      README.md

1
README.md

@ -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