From 805e57569380b4ccadb006420ca24080f3912656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Sat, 9 Jan 2021 18:44:23 +0100 Subject: Add comments --- tests/simple.tdy | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/simple.tdy b/tests/simple.tdy index 6843b35..a2d36b3 100644 --- a/tests/simple.tdy +++ b/tests/simple.tdy @@ -1,4 +1,9 @@ +// Comments! +// 3 1 + 1 * 2 +// -1 -1 * 3 + 2 +// 8 2 * 2 * 2 +// 34 1 + (3 * 2 + 3 + 2) * 3 -- cgit v1.2.1