1
0
forked from Alepha/Alepha

Further improvement to StackableStreambuf.

The ownership model is more shored up.
This commit is contained in:
2023-10-20 03:09:01 -04:00
parent 8520b87689
commit f61710bfdb
4 changed files with 82 additions and 57 deletions

View File

@ -25,6 +25,11 @@ static auto init= enroll <=[]
{ "$H$ $W$", { { "H", lambaste<="Hello" }, { "W", lambaste<="World" } }, '$' },
"Hello World"
},
{
"Hello World (with some spaces)",
{ "$with space$ $can-expand$", { { "with space", lambaste<="Hello" }, { "can-expand", lambaste<="World" } }, '$' },
"Hello World"
},
{
"Hello $$ World",