From c0ab4008f6d6d7e7a31fcc9e39868035d4bb09be Mon Sep 17 00:00:00 2001 From: bjculkin Date: Wed, 22 Mar 2017 15:50:52 -0400 Subject: Change long rules to grammars --- RGens/data/sample-grammars/long-data/hex-digit.gram | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create 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 new file mode 100644 index 0000000..9d0fa5e --- /dev/null +++ b/RGens/data/sample-grammars/long-data/hex-digit.gram @@ -0,0 +1,16 @@ +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +a +b +c +d +e +f -- cgit v1.2.3