Carl Worth
050e3ded1e
Implement token pasting of integers.
...
To do this correctly, we change the lexer to lex integers as string values,
(new token type of INTEGER_STRING), and only convert to integer values when
evaluating an expression value.
Add a new test case for this, (which does pass now).
2010-05-27 14:38:20 -07:00
..
2010-05-25 17:08:07 -07:00
2010-05-10 16:21:10 -07:00
2010-05-11 12:29:22 -07:00
2010-05-11 12:35:06 -07:00
2010-05-11 12:35:06 -07:00
2010-05-11 12:39:29 -07:00
2010-05-11 12:39:29 -07:00
2010-05-11 12:39:29 -07:00
2010-05-12 12:49:07 -07:00
2010-05-12 13:11:23 -07:00
2010-05-12 13:14:08 -07:00
2010-05-13 09:35:50 -07:00
2010-05-13 09:35:50 -07:00
2010-05-13 09:35:50 -07:00
2010-05-13 09:35:50 -07:00
2010-05-20 14:05:37 -07:00
2010-05-20 14:05:37 -07:00
2010-05-14 09:53:50 -07:00
2010-05-14 09:53:50 -07:00
2010-05-14 11:50:27 -07:00
2010-05-20 14:05:37 -07:00
2010-05-14 11:50:33 -07:00
2010-05-14 16:51:54 -07:00
2010-05-20 14:05:37 -07:00
2010-05-17 10:15:23 -07:00
2010-05-26 16:04:31 -07:00
2010-05-26 16:04:31 -07:00
2010-05-18 22:09:57 -07:00
2010-05-18 22:09:57 -07:00
2010-05-18 22:09:57 -07:00
2010-05-18 22:09:57 -07:00
2010-05-18 22:09:57 -07:00
2010-05-20 14:05:37 -07:00
2010-05-20 14:05:37 -07:00
2010-05-19 07:42:42 -07:00
2010-05-20 14:05:37 -07:00
2010-05-19 07:57:03 -07:00
2010-05-20 08:01:44 -07:00
2010-05-20 08:46:54 -07:00
2010-05-20 12:06:33 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-20 22:27:07 -07:00
2010-05-26 09:33:23 -07:00
2010-05-26 09:33:23 -07:00
2010-05-24 10:37:38 -07:00
2010-05-24 11:33:07 -07:00
2010-05-26 09:37:14 -07:00
2010-05-26 11:15:21 -07:00
2010-05-26 17:01:57 -07:00
2010-05-27 10:12:33 -07:00
2010-05-27 13:29:19 -07:00
2010-05-27 14:01:18 -07:00
2010-05-27 14:38:20 -07:00
2010-05-26 09:33:23 -07:00