commit 012ddf049ee400fba989ec4bd2356e6ea124c11b parent 3b604da71a926ac862fb9cdc28e4755d162ef61e Author: citbl <citbl@citbl.org> Date: Sun, 24 May 2026 22:07:33 +1000 minor Diffstat:
| M | mtcl/lexer.lua | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mtcl/lexer.lua b/mtcl/lexer.lua @@ -73,6 +73,8 @@ function read_string_literal(start, src) local c = 0 while i <= #src do c = src:sub(i, i) + -- todo escaping \" + -- todo blocking multiple lines if c == '"' then i = i - 1 break