summaryrefslogtreecommitdiff
path: root/tmp/test.out
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/test.out')
-rw-r--r--tmp/test.out10
1 files changed, 1 insertions, 9 deletions
diff --git a/tmp/test.out b/tmp/test.out
index 79fda72..e91b86d 100644
--- a/tmp/test.out
+++ b/tmp/test.out
@@ -3,12 +3,4 @@
*#
my foo = 1, bar = 2;
-Token (id=00000, line=00005, pos=0003, type=TT_MY, val=my, ival=0, dval=0.000000, refs=1)
-Token (id=00001, line=00005, pos=0007, type=TT_IDENT, val=foo, ival=0, dval=0.000000, refs=1)
-Token (id=00002, line=00005, pos=0009, type=TT_ASSIGN, val==, ival=0, dval=0.000000, refs=1)
-Token (id=00003, line=00005, pos=0011, type=TT_INTEGER, val=1, ival=1, dval=0.000000, refs=1)
-Token (id=00004, line=00005, pos=0012, type=TT_COMMA, val=,, ival=0, dval=0.000000, refs=1)
-Token (id=00005, line=00005, pos=0016, type=TT_IDENT, val=bar, ival=0, dval=0.000000, refs=1)
-Token (id=00006, line=00005, pos=0018, type=TT_ASSIGN, val==, ival=0, dval=0.000000, refs=1)
-Token (id=00007, line=00005, pos=0020, type=TT_INTEGER, val=2, ival=2, dval=0.000000, refs=1)
-Token (id=00008, line=00005, pos=0021, type=TT_SEMICOLON, val=;, ival=0, dval=0.000000, refs=1)
+my baz = [foo, bar];