diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/working-compiler/unclean-macro.test | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/working-compiler/unclean-macro.test b/examples/working-compiler/unclean-macro.test new file mode 100644 index 0000000..9adf990 --- /dev/null +++ b/examples/working-compiler/unclean-macro.test @@ -0,0 +1,26 @@ +{ ==text =*handler + text "(.)=(.*)" regex -- < == > handler +} /mappingParser deffst + +{ ==scope ==code ==text + { ==var + { var -01 . } + < "$" deffst { * }' scope >' -- + code -01 * + } text mappingParser +} /scopeSplicer deffst + +sys .|executeIdentifier "✨" deffd +{ "}\"" | * ✨scope ✨scopeSplicer }" "}✨" defq + +{ /before ==v + "C=Hello World" { + v dump + $C dump + /after =v + /result + }✨ dump + v dump +} * + +# vim: syn=elymas |
