From ed6a752060eeab1df8c9ad439cfb61bf497ff52f Mon Sep 17 00:00:00 2001 From: hellerve Date: Thu, 2 Mar 2017 16:03:31 +0100 Subject: [PATCH] added minimal readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c456f4 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# gll + +A Python implementation of a GLL (Generalized Left-to-Right, Leftmost derivation) +parser combinator. Work in progress