From 9bad311199815592de98b8fe424a09e90ee66ee0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 3 Jun 2024 16:57:03 -0500 Subject: Add repl.scm --- repl.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repl.scm (limited to 'repl.scm') diff --git a/repl.scm b/repl.scm new file mode 100644 index 0000000..28c66b7 --- /dev/null +++ b/repl.scm @@ -0,0 +1,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)) -- cgit 1.4.1-21-gabe81