From 5c42b1de32d3a58f9f0141d84d9827e8b8772f40 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 17 Mar 2022 23:30:05 -0700 Subject: break.tlv: nascent live-updating stack language Joint work with Sumeet Agarwal. In the process we discovered several bugs in our fake window helpers for tests. Thanks Sumeet! Previous prototypes: - https://archive.org/details/akkartik-2min-2020-12-06 - https://merveilles.town/@akkartik/105759816342173743 --- toot-toot.tlv | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toot-toot.tlv') diff --git a/toot-toot.tlv b/toot-toot.tlv index 35d8b15..8f224c4 100644 --- a/toot-toot.tlv +++ b/toot-toot.tlv @@ -119,6 +119,8 @@ > end > result = result..'}' > return result + > elseif type(x) == 'string' then + > return '"'..x..'"' > end > return tostring(x) >end -- cgit 1.4.1-2-gfad0