summaryrefslogtreecommitdiff
path: root/tmp
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-11-05 20:47:38 +0000
committerPaul Buetow <paul@buetow.org>2008-11-05 20:47:38 +0000
commitfbff89d91c2a13155423bd83d2bbefd5d6891e23 (patch)
treef470156c455abe95803f4824ecf0a0bca43571c4 /tmp
parent7575536c805e379b009630947e72f636c006751f (diff)
Diffstat (limited to 'tmp')
-rw-r--r--tmp/test.fy2
-rw-r--r--tmp/test.out10
2 files changed, 2 insertions, 10 deletions
diff --git a/tmp/test.fy b/tmp/test.fy
index 8fe78a1..e91b86d 100644
--- a/tmp/test.fy
+++ b/tmp/test.fy
@@ -3,4 +3,4 @@
*#
my foo = 1, bar = 2;
-my arr = [foo bar];
+my baz = [foo, bar];
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];