From 2323ca6c9ec3c8ee76b9acf13745b80b92952a6a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 18 Mar 2019 23:47:45 +0100 Subject: Add struct, import caching, binop ops etc --- tests/main.amal | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/main.amal') diff --git a/tests/main.amal b/tests/main.amal index ba6247b..d085501 100644 --- a/tests/main.amal +++ b/tests/main.amal @@ -1,5 +1,10 @@ const io = @import("io.amal"); +const User = struct { + name: str; + age: i32; +} + const main = fn { var hello = fn { @@ -14,8 +19,9 @@ const main = fn { /* episfjpseifipesf */ + //io.puts("lole"); } const print = fn { -} +} \ No newline at end of file -- cgit v1.2.3