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

(import (chicken file))

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