From 76e61d873f551b76b93cb4766972cb5fc59ef3b7 Mon Sep 17 00:00:00 2001 From: "waldemar%netscape.com" Date: Thu, 1 Feb 2001 03:42:25 +0000 Subject: [PATCH] Fixed comment --- js/semantics/JS20/Kernel.lisp | 5 +++-- js2/semantics/JS20/Kernel.lisp | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/js/semantics/JS20/Kernel.lisp b/js/semantics/JS20/Kernel.lisp index b5d3322a84f8..20560afcd0b1 100755 --- a/js/semantics/JS20/Kernel.lisp +++ b/js/semantics/JS20/Kernel.lisp @@ -32,9 +32,10 @@ ; :lexer, print lexer trace information ; :lexer-code print lexer trace information, including action code ; other print trace information -; Return two values: +; Return three values: ; the list of action results; -; the list of action results' types. +; the list of action results' types; +; the list of processed tokens. (defun js-parse (input-string &key (lexer *ll*) (grammar *jg*) trace) (let ((lexer-classifier (lexer-classifier lexer)) (lexer-metagrammar (lexer-metagrammar lexer)) diff --git a/js2/semantics/JS20/Kernel.lisp b/js2/semantics/JS20/Kernel.lisp index b5d3322a84f8..20560afcd0b1 100755 --- a/js2/semantics/JS20/Kernel.lisp +++ b/js2/semantics/JS20/Kernel.lisp @@ -32,9 +32,10 @@ ; :lexer, print lexer trace information ; :lexer-code print lexer trace information, including action code ; other print trace information -; Return two values: +; Return three values: ; the list of action results; -; the list of action results' types. +; the list of action results' types; +; the list of processed tokens. (defun js-parse (input-string &key (lexer *ll*) (grammar *jg*) trace) (let ((lexer-classifier (lexer-classifier lexer)) (lexer-metagrammar (lexer-metagrammar lexer))