Finish step8
authorAnotherTest <ali.mpfard@gmail.com>
Wed, 19 Feb 2020 18:06:55 +0000 (21:36 +0330)
committerAnotherTest <ali.mpfard@gmail.com>
Sat, 23 May 2020 21:57:16 +0000 (02:27 +0430)
commit08e24d4117a059d1af81a03e6a45ee4171ba54f9
tree2d517ce6a27ecceae51e03820658a13c7b699776
parentd91d092f7613edeaa781bc4fcaaf1d023de5ae49
Finish step8

Issue: yanking out the replEnv from closures has an adverse effect in
that symbols meant to be captured from it will not be captured
We could get around this by copying all the used symbols, but
find-all-lexically-bound-symbols is quite complex
xslt/core.xslt
xslt/env.xslt
xslt/step8_macros.xslt [new file with mode: 0644]