*** empty log message ***

original commit: 29e466c8087853352c50540093dd170705d806e5
tokens
Scott Owens 22 years ago
parent c3e3cb5d26
commit 31a4843987

@ -41,14 +41,13 @@
(define (compute-read a g) (define (compute-read a g)
(let* ((dr (compute-DR a g)) (let* ((dr (compute-DR a g))
(reads (compute-reads a g))) (reads (compute-reads a g)))
(time
(digraph-tk->terml (send a get-mapped-non-term-keys) (digraph-tk->terml (send a get-mapped-non-term-keys)
reads reads
dr dr
(send a get-num-states) (send a get-num-states)
(send g get-num-terms) (send g get-num-terms)
(send g get-num-non-terms)))) (send g get-num-non-terms))))
)
; ;; run-lr0-backward: lr0-automaton * gram-sym list * kernel * int -> kernel list ; ;; run-lr0-backward: lr0-automaton * gram-sym list * kernel * int -> kernel list
; ;; returns the list of all k such that state k transitions to state start on the ; ;; returns the list of all k such that state k transitions to state start on the
; ;; transitions in rhs (in order) ; ;; transitions in rhs (in order)

@ -239,7 +239,7 @@
(array2d-set! v i1 i2 (cons a old)))) (array2d-set! v i1 i2 (cons a old))))
(else (if (not (equal? a old)) (else (if (not (equal? a old))
(array2d-set! v i1 i2 (list a old)))))))) (array2d-set! v i1 i2 (list a old))))))))
(get-lookahead (time (compute-LA a g)))) (get-lookahead (compute-LA a g)))
(send a for-each-state (send a for-each-state
(lambda (state) (lambda (state)

Loading…
Cancel
Save