From ba7e0a2c1efe4203f766f3192b8852c3bb7d3369 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Tue, 21 Mar 2017 14:03:52 -0400 Subject: Add sample grammar for new syntax --- RGens/data/new-sample-grammars/test.gram | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 RGens/data/new-sample-grammars/test.gram (limited to 'RGens/data') diff --git a/RGens/data/new-sample-grammars/test.gram b/RGens/data/new-sample-grammars/test.gram new file mode 100644 index 0000000..830b3fc --- /dev/null +++ b/RGens/data/new-sample-grammars/test.gram @@ -0,0 +1,6 @@ +# Test of new grammar syntax + +[test] → hello + there + +pragma initial-rule [test] -- cgit v1.2.3