Fixed comment

This commit is contained in:
waldemar%netscape.com 2001-02-01 03:42:25 +00:00
parent f2ae41c491
commit 76e61d873f
2 changed files with 6 additions and 4 deletions

View File

@ -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))

View File

@ -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))