diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-03-22 10:35:48 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-03-22 10:35:48 -0400 |
| commit | 65e19f8feedc520034187f08014d4e92b281918f (patch) | |
| tree | 3171212482375f94e0973d447e0f9550aaf3dded /RGens/data/sample-grammars/long-data/digit-nozero.gram | |
| parent | e3bfbe722cdf30a667c2bf88d7fe1fc086ba35fb (diff) | |
Convert long rules to grammars
Diffstat (limited to 'RGens/data/sample-grammars/long-data/digit-nozero.gram')
| -rw-r--r-- | RGens/data/sample-grammars/long-data/digit-nozero.gram | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/RGens/data/sample-grammars/long-data/digit-nozero.gram b/RGens/data/sample-grammars/long-data/digit-nozero.gram index 0719398..80e47ec 100644 --- a/RGens/data/sample-grammars/long-data/digit-nozero.gram +++ b/RGens/data/sample-grammars/long-data/digit-nozero.gram @@ -1,9 +1,11 @@ -1 -2 -3 -4 -5 -6 -7 -8 -9 +[digit-nonzero] → 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + +pragma initial-rule [digit-nonzero] |
