summaryrefslogtreecommitdiff
path: root/RGens/data/sample-grammars/long-data/numbers.gram
diff options
context:
space:
mode:
Diffstat (limited to 'RGens/data/sample-grammars/long-data/numbers.gram')
-rwxr-xr-xRGens/data/sample-grammars/long-data/numbers.gram99
1 files changed, 0 insertions, 99 deletions
diff --git a/RGens/data/sample-grammars/long-data/numbers.gram b/RGens/data/sample-grammars/long-data/numbers.gram
deleted file mode 100755
index 8525102..0000000
--- a/RGens/data/sample-grammars/long-data/numbers.gram
+++ /dev/null
@@ -1,99 +0,0 @@
-[binary-digit] 0
- 1
-
-pragma export-rule [binary-digit]
-
-[digit-noone] 0
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-
-pragma export-rule [digit-noone]
-
-[digit-nonzero] 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-
-pragma export-rule [digit-nonzero]
-
-[digit-twoup] 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-
-pragma export-rule [digit-twoup]
-
-[digit] 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
-
-pragma export-rule [digit]
-
-[hex-digit] 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- a
- b
- c
- d
- e
- f
-
-pragma export-rule [hex-digit]
-
-[number-word] one
- two
- three
- four
- five
- six
- seven
- eight
- nine
- ten
-
-pragma export-rule [number-word]
-
-[ordinal] first
- second
- third
- fourth
- fifth
- sixth
- seventh
- eighth
- ninth
- tenth
- eleventh
- twelfth
-
-pragma export-rule [ordinal]