chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
src/c-types-proto.lisp: Fix docstring.
[sod]
/
src
/
final.lisp
diff --git
a/src/final.lisp
b/src/final.lisp
index 12b6294d19973530c5d49286cac289f1f80d9cc8..fe07cc88b1de7168f5e8ca06bdfd0e8d4fe7f018 100644
(file)
--- a/
src/final.lisp
+++ b/
src/final.lisp
@@
-25,6
+25,13
@@
(cl:in-package #:sod)
(cl:in-package #:sod)
+;;;--------------------------------------------------------------------------
+;;; Miscellaneous details.
+
+(export '*sod-version*)
+(defparameter *sod-version* sod-sysdef:*version*
+ "The version of the SOD translator system, as a string.")
+
;;;--------------------------------------------------------------------------
;;; Debugging utilities.
;;;--------------------------------------------------------------------------
;;; Debugging utilities.
@@
-35,7
+42,6
@@
(export 'test-module)
(defun test-module (path reason)
"Reset the translator's state, read a module from PATH and output it with
REASON, returning the result as a string."
(defun test-module (path reason)
"Reset the translator's state, read a module from PATH and output it with
REASON, returning the result as a string."
- (unless *builtin-module* (make-builtin-module))
(clear-the-decks)
(setf *module-map* (make-hash-table :test #'equal))
(with-open-file (out *debugout-pathname*
(clear-the-decks)
(setf *module-map* (make-hash-table :test #'equal))
(with-open-file (out *debugout-pathname*