v6.3-exception
Matthew Butterick 6 years ago
parent 498a7b2fd0
commit 30200b7551

@ -5,7 +5,7 @@
(define (tokenize ip)
(for/list ([tok (in-port read ip)])
tok))
tok))
(define (parse tok)
(if (list? tok)

Loading…
Cancel
Save