src/pset-parse.lisp: Bring `dispatch' within `parse-expression'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 19 Aug 2019 19:44:32 +0000 (20:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 19 Aug 2019 19:44:32 +0000 (20:44 +0100)
There's nothing to be gained from keeping it outside: the `expr' parser
caching works on entry to the parser, rather than once only.


No differences found