Closed tpapp closed 11 years ago
constant-pattern ::= t | nil | atom-except-symbol | (quote VALUE)
should be something like
constant-pattern ::= t | nil | keyword | atom-except-symbol | (quote VALUE)
from the definition of parse-pattern.
parse-pattern
Done. Thanks! 056a142f1284b32f84229c999460249c36731a74
should be something like
from the definition of
parse-pattern
.