about summary refs log tree commit diff stats
path: root/repl.scm
blob: 28c66b71cf75d300a369c8326e713e6fba5ce0f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; repl -- set up the repl

(import (chicken file))

(for-each load (glob "build/*"))

(import (jimmy util)
        (jimmy emit)
        (jimmy read)
        (jimmy html)
        (jimmy wrap))