From 668e0fb0f4fc4bdd990d9ab349da445960d5764e Mon Sep 17 00:00:00 2001 From: c+1 Date: Thu, 5 Oct 2023 11:02:22 -0400 Subject: redesign the lexer, some mem leaks :( --- examples/simple.halk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/simple.halk b/examples/simple.halk index 6d88314..80d70de 100644 --- a/examples/simple.halk +++ b/examples/simple.halk @@ -1,3 +1,3 @@ -:str:var = 'Hello'; +:str:var = "Hello"; -fprint.stdio, strcat.var, '\n'; +fprint.stdio, strcat.var, "\n"; -- cgit v1.2.3