doc/sod.sty: Add macro for table column heads.
[sod] / src / frontend.lisp
index e293f29..0336d1a 100644 (file)
 
 (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.