diff --git a/fungll.kp b/fungll.kp index d1091c6..3d15975 100644 --- a/fungll.kp +++ b/fungll.kp @@ -2,6 +2,10 @@ (with_import "./collections.kp" (with_import "./rb.kp" (let ( + + ; Implementing "Purely Functional GLL Parsing" + ; by L. Thomas van Binsbergena, Elizabeth Scott, Adrian Johnstone + ; retrived from from http://ltvanbinsbergen.nl/publications/jcola-fgll.pdf ; quick recognizer sketch ;nterm(X,p)(t,k,c) = p(t,k,c)