Gavin Schulz
992a2aeb96
feat: add hexadecimal number literal parsing to wren compiler
...
Remove the TOKEN_HEXADECIMAL token type and isHexDigit helper, replacing them with a readHexDigit function and readHexNumber parser that directly converts hex literals to numeric values during lexing. Add a `number` field to the Parser struct to hold the parsed value, and include a test for invalid hex literal error handling.
2015-01-25 21:02:44 +00:00
..
2015-01-09 07:06:50 +00:00
2014-02-24 15:27:43 +00:00
2014-02-24 15:27:43 +00:00
2014-01-05 20:27:12 +00:00
2014-02-24 15:27:43 +00:00
2014-02-24 15:27:43 +00:00
2015-01-09 07:06:50 +00:00
2014-01-05 20:27:12 +00:00
2013-11-27 06:52:00 +00:00
2014-01-02 15:32:00 +00:00
2014-01-08 15:47:14 +00:00
2014-01-05 20:27:12 +00:00
2015-01-09 07:06:50 +00:00
2014-01-21 15:44:11 +00:00
2014-01-21 15:44:11 +00:00
2015-01-25 06:07:23 +00:00
2015-01-25 21:02:44 +00:00
2014-01-08 15:47:14 +00:00
2014-01-21 15:44:11 +00:00
2014-01-21 15:44:11 +00:00
2014-01-05 20:27:12 +00:00
2014-01-02 15:32:00 +00:00
2014-01-08 15:47:14 +00:00
2014-01-02 15:32:00 +00:00
2015-01-21 20:49:43 +00:00
2014-01-02 15:32:00 +00:00
2014-01-08 15:47:14 +00:00
2015-01-16 05:50:01 +00:00
2014-01-02 15:32:00 +00:00
2014-01-08 15:47:14 +00:00
2015-01-09 07:06:50 +00:00
2015-01-09 07:06:50 +00:00
2014-01-05 20:27:12 +00:00