diff options
author | Sérgio Queiroz <sqmedeiros@gmail.com> | 2018-02-08 15:09:21 -0300 |
---|---|---|
committer | Sérgio Queiroz <sqmedeiros@gmail.com> | 2018-02-08 15:09:21 -0300 |
commit | 7ea177e0f252f633df52bd5b4033587fff1fd4df (patch) | |
tree | 1af7e59dd497a1b14b21525b3bdde1361c2981e6 | |
parent | c540c7828ce2b96b1af8c7c6659003a62b4308a9 (diff) | |
download | lpeglabel-v1.5.tar.gz lpeglabel-v1.5.tar.bz2 lpeglabel-v1.5.zip |
Minor change in READMEv1.5
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -481,8 +481,8 @@ print(mymatch(g, "a := 2; 6")) --> nil Error at line 1 (col 8): Error, expecti | |||
481 | ### Caveats | 481 | ### Caveats |
482 | 482 | ||
483 | Does not use the number **1** to specify a recovery rule, | 483 | Does not use the number **1** to specify a recovery rule, |
484 | since that this index is used to indicate the first rule | 484 | since that the entry with index 1 in the grammar table defines |
485 | of a grammar. | 485 | its initial rule. |
486 | 486 | ||
487 | In case your grammar has many regular and recovery rules, | 487 | In case your grammar has many regular and recovery rules, |
488 | you may get an error message such as grammar: <em>has too many rules</em>. | 488 | you may get an error message such as grammar: <em>has too many rules</em>. |