From 4241593b42bffac2f8fcb63f1e88621fe025e360 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 4 Sep 2023 16:58:15 +0200 Subject: codegen: add interpreter tests Also simplify project structure. The executable is now produced in the root directory. Work in progress. --- samples/p02 | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 samples/p02 (limited to 'samples/p02') diff --git a/samples/p02 b/samples/p02 deleted file mode 100644 index 1aeb4a9..0000000 --- a/samples/p02 +++ /dev/null @@ -1,7 +0,0 @@ -a := 1 - -if a < 2 { - println("yep") -} - -println("ok") -- cgit v1.2.3