Alex Beregszaszi
|
ec3298535e
|
Introduce hex literals (#832)
* Introduce hex keyword token
* Support hex literals
* Include tests for hex literals
* Document hex literals
|
2016-08-16 16:31:23 +02:00 |
|
Alex Beregszaszi
|
6db12c4f88
|
Rename addUnicodeChar to addUnicodeAsUTF8
|
2016-08-04 17:28:48 +01:00 |
|
Alex Beregszaszi
|
aa4593cab3
|
Support Unicode escape characters in string literals ('\uUUUU')
Fixes #638
|
2016-08-04 17:28:48 +01:00 |
|
chriseth
|
6f54b13d7a
|
Remove log.h from solidity.
|
2016-04-12 01:03:46 +02:00 |
|
VoR0220
|
9404600b3f
|
helper function in scanner and corresponding edits to parserBase
|
2016-03-30 13:09:38 -05:00 |
|
LianaHus
|
58e07151e3
|
- inline and assembly keywords added
- some style fixes
|
2016-03-11 17:49:32 +01:00 |
|
RJ Catalano
|
84f2eb461b
|
added two functions in Token to handle long identifiers, redid fromIdentifierOrKeyword, and made complementary changes in scanner and parser
|
2016-02-18 11:22:58 -06:00 |
|
RJ Catalano
|
7b918a7bc7
|
changes to redefine the token list, the scanner, and the parser and how they pass around variable types of different sizes
not ready for change to FixedPoint just yet
made this more const correct and added a switch statement for easier reading
|
2016-02-18 11:22:52 -06:00 |
|
chriseth
|
e3dffb611f
|
File reorganisation.
|
2015-10-21 00:46:01 +02:00 |
|