chiark / gitweb /
src/module-parse.lisp: Use `dotted-name', not `dotted-identifier'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Mar 2017 14:16:18 +0000 (15:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
An identifier is a single token, and therefore can't be dotted.  I
appear to have gotten this one right everywhere else.

src/module-parse.lisp

index 15bfe87161fc113df1256ada44388f9a4fa86142..63d75cdae56232f3db16222ee94e7abef8634e96 100644 (file)
@@ -281,7 +281,7 @@ (defun parse-class-body (scanner pset name supers)
                 ;; Parse a declarator or dotted-declarator, i.e., one whose
                 ;; centre is
                 ;;
-                ;; maybe-dotted-identifier ::= [id `.'] id
+                ;; maybe-dotted-name ::= [id `.'] id
                 ;;
                 ;; A plain identifier is returned as a string, as usual; a
                 ;; dotted identifier is returned as a cons cell of the two