X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/048d0b2d143b6a491ac73eed6ab972e97774391c..2ba6e0bde273dd3fd6c1288f53edf7b96f6442d1:/src/lexer-proto.lisp diff --git a/src/lexer-proto.lisp b/src/lexer-proto.lisp index af2e535..d2181e1 100644 --- a/src/lexer-proto.lisp +++ b/src/lexer-proto.lisp @@ -40,6 +40,9 @@ ;;;-------------------------------------------------------------------------- ;;; Indicators and error messages. +(defvar *indicator-map* (make-hash-table) + "Hash table mapping indicator objects to human-readable descriptions.") + (export 'define-indicator) (defun define-indicator (indicator description) "Associate an INDICATOR with its textual DESCRIPTION.