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

@@ -3,6 +3,10 @@
(with_import "./rb.kp" (with_import "./rb.kp"
(let ( (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 ; quick recognizer sketch
;nterm(X,p)(t,k,c) = p(t,k,c) ;nterm(X,p)(t,k,c) = p(t,k,c)
;term(lt)(t,k,c) =(if (= lt t[k]) (c (+ k 1)) ;term(lt)(t,k,c) =(if (= lt t[k]) (c (+ k 1))