Bring in the Prolog impl.

This commit is contained in:
Simon Forman
2022-01-15 17:23:11 -08:00
parent 564417c985
commit 839b376d73
60 changed files with 19083 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...