diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/tools/docgram/common.edit_mlg | 5 | ||||
| -rw-r--r-- | doc/tools/docgram/fullGrammar | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/tools/docgram/common.edit_mlg b/doc/tools/docgram/common.edit_mlg index a619089cdd..549ace5d13 100644 --- a/doc/tools/docgram/common.edit_mlg +++ b/doc/tools/docgram/common.edit_mlg @@ -780,8 +780,9 @@ numeral: [ ] bigint: [ -| DELETE NUMBER -| num +| DELETE bignat +| REPLACE test_minus_nat "-" bignat +| WITH OPT "-" bignat ] first_letter: [ diff --git a/doc/tools/docgram/fullGrammar b/doc/tools/docgram/fullGrammar index f82f196b36..73b721702e 100644 --- a/doc/tools/docgram/fullGrammar +++ b/doc/tools/docgram/fullGrammar @@ -440,8 +440,8 @@ natural: [ ] bigint: [ -| NUMBER -| test_minus_nat "-" NUMBER +| bignat +| test_minus_nat "-" bignat ] bignat: [ |
