From fbff89d91c2a13155423bd83d2bbefd5d6891e23 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 5 Nov 2008 20:47:38 +0000 Subject: --- tmp/test.out | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tmp/test.out') 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]; -- cgit v1.2.3