diff options
| author | Pierre Roux | 2020-09-04 15:06:00 +0200 |
|---|---|---|
| committer | Pierre Roux | 2020-09-11 22:17:09 +0200 |
| commit | f61d7d1139bd5f9e0efd34460e8daf68e454e46b (patch) | |
| tree | a7945d1e0370b0bd846d14e951ee35af8936a912 /doc/tools/docgram/fullGrammar | |
| parent | b4d11894fd676ec53e4fdf860d32173a778242c5 (diff) | |
[parsing] Simplify bigint
Diffstat (limited to 'doc/tools/docgram/fullGrammar')
| -rw-r--r-- | doc/tools/docgram/fullGrammar | 4 |
1 files changed, 2 insertions, 2 deletions
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: [ |
