X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/4aae7df085804dfce0e0f0c5fe82a9568fccfc1a..8293b90a8f027ed9b7e4ebb566f67e5c783864c9:/src/frontend.lisp diff --git a/src/frontend.lisp b/src/frontend.lisp index 8138a5a..9ed6f30 100644 --- a/src/frontend.lisp +++ b/src/frontend.lisp @@ -23,7 +23,11 @@ ;;; along with SOD; if not, write to the Free Software Foundation, ;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -(cl:in-package #:sod) +(cl:defpackage #:sod-frontend + (:use #:common-lisp #:optparse #:sod #:sod-parser) + (:shadowing-import-from #:optparse "INT")) + +(cl:in-package #:sod-frontend) ;;;-------------------------------------------------------------------------- ;;; The main program. @@ -77,7 +81,7 @@ ;; Option definitions. (define-program :help "Process SOD input files to produce (e.g.) C output." - :version "0.1.0" + :version *sod-version* :usage "SOURCES..." :options (options (help-options :short-version #\V)