diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-11-06 21:02:04 -0400 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-11-06 21:02:04 -0400 |
| commit | 7f02767e97815eca53cc9be617537e70483481fb (patch) | |
| tree | 9c4aaf755d01ed6a641c9f75710ea58952542402 /RGens/data/sample-grammars/long-data/hex-digit.gram | |
| parent | 72cbe4c1c664712c1fdecf75b039132a53d91635 (diff) | |
Merge number rules to numbers.gram
Diffstat (limited to 'RGens/data/sample-grammars/long-data/hex-digit.gram')
| -rw-r--r-- | RGens/data/sample-grammars/long-data/hex-digit.gram | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/RGens/data/sample-grammars/long-data/hex-digit.gram b/RGens/data/sample-grammars/long-data/hex-digit.gram deleted file mode 100644 index 8d40aa9..0000000 --- a/RGens/data/sample-grammars/long-data/hex-digit.gram +++ /dev/null @@ -1,18 +0,0 @@ -[hex-digit] 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - a - b - c - d - e - f - -pragma initial-rule [hex-digit] |
