aboutsummaryrefslogtreecommitdiff
path: root/doc/tools/docgram/fullGrammar
diff options
context:
space:
mode:
authorPierre Roux2020-09-04 15:02:00 +0200
committerPierre Roux2020-09-11 22:17:09 +0200
commitb4d11894fd676ec53e4fdf860d32173a778242c5 (patch)
tree829bde4d8354149afa1eed09bc73bd905f88e39f /doc/tools/docgram/fullGrammar
parent35a84b3077c219fb5f11c580a5ec405a889c0a4b (diff)
[parsing] Rename token NUMERAL to NUMBER
Diffstat (limited to 'doc/tools/docgram/fullGrammar')
-rw-r--r--doc/tools/docgram/fullGrammar10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tools/docgram/fullGrammar b/doc/tools/docgram/fullGrammar
index f628c86cf1..f82f196b36 100644
--- a/doc/tools/docgram/fullGrammar
+++ b/doc/tools/docgram/fullGrammar
@@ -162,7 +162,7 @@ appl_arg: [
atomic_constr: [
| global univ_instance
| sort
-| NUMERAL
+| NUMBER
| string
| "_"
| "?" "[" ident "]"
@@ -283,7 +283,7 @@ pattern0: [
| "_"
| "(" pattern200 ")"
| "(" pattern200 "|" LIST1 pattern200 SEP "|" ")"
-| NUMERAL
+| NUMBER
| string
]
@@ -440,12 +440,12 @@ natural: [
]
bigint: [
-| NUMERAL
-| test_minus_nat "-" NUMERAL
+| NUMBER
+| test_minus_nat "-" NUMBER
]
bignat: [
-| NUMERAL
+| NUMBER
]
bar_cbrace: [