From 7f02767e97815eca53cc9be617537e70483481fb Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 6 Nov 2017 21:02:04 -0400 Subject: Merge number rules to numbers.gram --- RGens/data/sample-grammars/long-data/hex-digit.gram | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 RGens/data/sample-grammars/long-data/hex-digit.gram (limited to 'RGens/data/sample-grammars/long-data/hex-digit.gram') 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] -- cgit v1.2.3