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)
commit0ee8826a7359b1e1d2e594ca6bf429cb18494042
tree72a8bf0b17b2a5a7cdf08d2550f7e1b778f4230e
parent288c7651d95b3d75af6d38d8ed40e87d63886b4f
src/pset-parse.lisp: Bring `dispatch' within `parse-expression'.

There's nothing to be gained from keeping it outside: the `expr' parser
caching works on entry to the parser, rather than once only.
src/pset-parse.lisp