X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/65d7091b894b40e4249f0bdede2526ec8fa6e513..2ba6e0bde273dd3fd6c1288f53edf7b96f6442d1:/src/frontend.lisp?ds=inline diff --git a/src/frontend.lisp b/src/frontend.lisp index e293f29..0336d1a 100644 --- a/src/frontend.lisp +++ b/src/frontend.lisp @@ -25,14 +25,15 @@ (cl:defpackage #:sod-frontend (:use #:common-lisp #:optparse #:sod #:sod-parser) - (:shadowing-import-from #:optparse "INT")) + (:shadowing-import-from #:optparse #:int)) (cl:in-package #:sod-frontend) ;;;-------------------------------------------------------------------------- ;;; Preparation for dumping. -(make-builtin-module) +(clear-the-decks) +(exercise) ;;;-------------------------------------------------------------------------- ;;; The main program.