Search found 1 match

by kbprince
Sat Jan 05, 2013 1:00 pm
Forum: Scheme
Topic: Final recursion.
Replies: 1
Views: 10462

Final recursion.

Here is the baby end of the parser. It treats one 'begin ' implicit. He must be, roughly, the first call to whom l 'on pass: - the name of function - the list of the expressions of the body of function (define (trec-body fun body term) (if (null? body) #t (if (null? (cdr body)) ;; Last expression of...