From 7ea177e0f252f633df52bd5b4033587fff1fd4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Queiroz?= Date: Thu, 8 Feb 2018 15:09:21 -0300 Subject: [PATCH] Minor change in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c24c06e..c210ef5 100644 --- a/README.md +++ b/README.md @@ -481,8 +481,8 @@ print(mymatch(g, "a := 2; 6")) --> nil Error at line 1 (col 8): Error, expecti ### Caveats Does not use the number **1** to specify a recovery rule, -since that this index is used to indicate the first rule -of a grammar. +since that the entry with index 1 in the grammar table defines +its initial rule. In case your grammar has many regular and recovery rules, you may get an error message such as grammar: has too many rules.