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/p01 | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 samples/p01 (limited to 'samples/p01') diff --git a/samples/p01 b/samples/p01 deleted file mode 100644 index baafaa9..0000000 --- a/samples/p01 +++ /dev/null @@ -1,2 +0,0 @@ -s := "Hello" -println(s, 5+2) -- cgit v1.2.3