Put in title of paper / authors / url
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user