Cut-over to new reader

This commit is contained in:
Justin Ethier 2017-08-17 13:54:53 +00:00
parent 4c5191f2b8
commit b997d10f43

View file

@ -703,7 +703,7 @@
(let ((fp (if (null? args)
(current-input-port)
(car args))))
(if (reading-from-file? fp)
(if #t ;(reading-from-file? fp)
(call-parse2 fp)
(parse fp '() '() #f #f 0 (reg-port fp))))))