;; sandbox module for testing brood under snot. this just loads ;; everything. individual repls can be enabled in the toplevel code ;; from snot.ss (module box mzscheme (require "pic18.ss" ;; core system "rpn-eval.ss" ;; run time eval/compile "ns.ss" ;; For internal testing. "macro-prim.ss" "macro.ss" ;; macro: macro-prim: "badnop.ss" "base.ss" "prj.ss" "scheme.ss" "forth.ss" ;; forth parser "lex.ss" ;; forth lexer "ns.ss" "composite.ss" ;; "cache.ss" "stx-stream.ss" "stream.ss" "assembler.ss" "rep.ss" "list-utils.ss" "docgen.ss" "documentation.ss" "interactive.ss" "macro-eval.ss" "stream.ss" ;; toy "joy.ss" "macro-lambda-tx.ss" "asmgen-runtime.ss" "tethered.ss" "binary-utils.ss" ) ;; FIXME: this is debug trampoline code. (compositions (prj) prj: (catkit "prj/CATkit" project) ) )