summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-08-06 14:24:07 +0200
committertomsmeding <tom.smeding@gmail.com>2016-08-06 14:25:13 +0200
commit54ddaaaf7692ccec56184cb2c6958a64019b4c6e (patch)
tree44642858155524ef1998670536195f1e8512fe81 /code.txt
parent6eb5ea040f9ebc1a99953ff72c48ebe9f97f7f3c (diff)
Working parser (no functions/blocks)
Diffstat (limited to 'code.txt')
-rw-r--r--code.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/code.txt b/code.txt
index 544e5d1..7ccf12d 100644
--- a/code.txt
+++ b/code.txt
@@ -3,3 +3,6 @@ b = !2;
c = 1 + (- a - 3 + b > -1);
b += 1;
b = 3*(b//3-1);
+
+x = 1 + 1 + 1 + 1;
+y = 1 > (1 > 1) == 1;