about summary refs log tree commit diff stats
path: root/repl.scm
blob: 627c34046a82413c49791cca529c37b882927bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; 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))