X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/9e41cce7de76880e0e61905fb37100e3fade84e7..f6eafb24c6798b8c68fa00b08814ddf57a0f630c:/src/parser/scanner-impl.lisp diff --git a/src/parser/scanner-impl.lisp b/src/parser/scanner-impl.lisp index fd50333..00c41eb 100644 --- a/src/parser/scanner-impl.lisp +++ b/src/parser/scanner-impl.lisp @@ -7,7 +7,7 @@ ;;;----- Licensing notice --------------------------------------------------- ;;; -;;; This file is part of the Sensble Object Design, an object system for C. +;;; This file is part of the Sensible Object Design, an object system for C. ;;; ;;; SOD is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -98,7 +98,7 @@ (defmethod make-scanner-stream ((scanner string-scanner)) ;;;-------------------------------------------------------------------------- ;;; List scanner. -(export 'list-scanner) +(export '(list-scanner list-scanner-p make-list-scanner)) (defstruct (list-scanner (:constructor make-list-scanner (list &aux (%list list)))) "Simple token scanner for lists.