aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-01-09 18:44:23 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-01-09 18:44:23 +0100
commit805e57569380b4ccadb006420ca24080f3912656 (patch)
treeebba66b57511a1fa3323feb1e1c2bf9fb38744a1 /tests
parent97e77b94646fe97a2c83ba85ba1813eb9bd0346a (diff)
downloadsylt-805e57569380b4ccadb006420ca24080f3912656.tar.gz
Add comments
Diffstat (limited to 'tests')
-rw-r--r--tests/simple.tdy5
1 files changed, 5 insertions, 0 deletions
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