added minimal readme

This commit is contained in:
2017-03-02 16:03:31 +01:00
parent cf198ad907
commit ed6a752060
+4
View File
@@ -0,0 +1,4 @@
# gll
A Python implementation of a GLL (Generalized Left-to-Right, Leftmost derivation)
parser combinator. Work in progress