diff --git a/batch.scm b/batch.scm new file mode 100644 index 0000000..179e47c --- /dev/null +++ b/batch.scm @@ -0,0 +1,3 @@ +(load "parse.scm") +(load "html.scm") +(define cookbook (read (open-input-file "cookbook.cos")))