From 00ab5c3488c02beab5c3f4e371f5196404334e3c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 2 Mar 2019 00:40:08 +0100 Subject: Fix crash in parser import, optimize tokenizer_consume_if to not reparse if already parsed --- tests/main.amal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/main.amal b/tests/main.amal index dde97f7..0cd7154 100644 --- a/tests/main.amal +++ b/tests/main.amal @@ -4,7 +4,7 @@ const main = () { var hello = () { } - hello() + const value = "hello, world!"; } const print = () { -- cgit v1.2.3