cache converted hscript from ktxt2

This commit is contained in:
2021-11-09 12:22:37 -07:00
parent f022286b37
commit 30c465617d
4 changed files with 23 additions and 2 deletions

View File

@@ -69,6 +69,7 @@
(let [&mut sourceText ""
&mut outputText ""
interp (new KissInterp)]
(set interp.cacheConvertedHScript true)
(doFor ktxtElement (splitFileElements fileStream)
(case ktxtElement
((Block (objectWith source output))