Put in title of paper / authors / url

This commit is contained in:
Nathan Braswell
2021-08-03 01:10:10 -04:00
parent c96f20c80e
commit d38cd3e61e

View File

@@ -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)