From 76d85a10f6cda93eba29dad5372e8160af7289c8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 27 Feb 2019 22:26:35 +0100 Subject: Use multiple threads to parse --- tests/io.amal | 3 +++ tests/main.amal | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 tests/io.amal create mode 100644 tests/main.amal (limited to 'tests') diff --git a/tests/io.amal b/tests/io.amal new file mode 100644 index 0000000..c75fa2d --- /dev/null +++ b/tests/io.amal @@ -0,0 +1,3 @@ +const puts = () { + +} \ No newline at end of file diff --git a/tests/main.amal b/tests/main.amal new file mode 100644 index 0000000..dde97f7 --- /dev/null +++ b/tests/main.amal @@ -0,0 +1,12 @@ +const io = @import("tests/io.amal") + +const main = () { + var hello = () { + + } + hello() +} + +const print = () { + +} -- cgit v1.2.3