;;; repl -- set up the repl (import (chicken file)) (import (jimmy util) (jimmy emit) (jimmy read) (jimmy html) (jimmy wrap)) (define t (with-input-from-file "tests/test.gmi" parse))