From 581d44acc73ac3f2295c876235755bdbe42b1984 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 27 Jul 2020 13:45:35 +0000 Subject: [PATCH] Added the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7fd323 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# perl-XS-Parse-Sublike + +This module provides some XS functions to assist in writing parsers for +sub-like syntax, primarily for authors of keyword plugins using the +PL_keyword_plugin hook mechanism. \ No newline at end of file