The whole thing is kind of a mess.

This commit is contained in:
Simon Forman
2022-09-20 14:22:47 -07:00
parent d080cd20c7
commit 3f4e9d9fe2
40 changed files with 0 additions and 0 deletions
@@ -0,0 +1,13 @@
What about a kind of interpolation literal?
{} -> []
\n -> nth stack item.
So:
a b c { \0 { \2 { \0 \1 }}}
---------------------------------
[ c [ a [ c b ]]]
And so on...