From 01aa32615b5311b9d71cb050a76c754cd23cde78 Mon Sep 17 00:00:00 2001 From: David Majda Date: Wed, 22 Jun 2016 09:39:15 +0200 Subject: [PATCH] README.md: Describe the "trace" peg.generate option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3db8a3c..6664b76 100644 --- a/README.md +++ b/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 ----------------