chiark / gitweb /
src/parser/parser-expr-proto.lisp: Get `expr' to cache operators.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 13 Aug 2019 09:56:14 +0000 (10:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 13 Aug 2019 09:56:14 +0000 (10:56 +0100)
Add a new feature to `expr': if you write the operator parsers in a
special way, it will cache the operator objects around the whole
parser.  Use this in the property-set expression parser.  (Admittedly,
it previously cached the operators at load time, but there's an upcoming
change which will prevent this anyway.)


No differences found