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