From d44c8f5d59e890a243983075ac3901cfae17ceba Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 5 Feb 2020 11:18:53 +0100 Subject: Add Dist::Maker configuration --- .config/rdm/templates/kinds/grammar.raku | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/rdm/templates/kinds/grammar.raku (limited to '.config/rdm/templates/kinds') diff --git a/.config/rdm/templates/kinds/grammar.raku b/.config/rdm/templates/kinds/grammar.raku new file mode 100644 index 0000000..83a89d5 --- /dev/null +++ b/.config/rdm/templates/kinds/grammar.raku @@ -0,0 +1,4 @@ +unit grammar {{ this.provide }}; + +token TOP { +} -- cgit v1.1