Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Metadata stamp. | chriseth | 2016-12-01 | 1 | -0/+4 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Introduce hex literals (#832) | Alex Beregszaszi | 2016-08-16 | 1 | -0/+1 |
| | | | | | | | | | | * Introduce hex keyword token * Support hex literals * Include tests for hex literals * Document hex literals | ||||
* | Rename addUnicodeChar to addUnicodeAsUTF8 | Alex Beregszaszi | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | Support Unicode escape characters in string literals ('\uUUUU') | Alex Beregszaszi | 2016-08-05 | 1 | -0/+2 |
| | | | | Fixes #638 | ||||
* | Remove log.h from solidity. | chriseth | 2016-04-12 | 1 | -1/+0 |
| | |||||
* | helper function in scanner and corresponding edits to parserBase | VoR0220 | 2016-03-31 | 1 | -0/+7 |
| | |||||
* | - inline and assembly keywords added | LianaHus | 2016-03-12 | 1 | -3/+3 |
| | | | | - some style fixes | ||||
* | added two functions in Token to handle long identifiers, redid ↵ | RJ Catalano | 2016-02-19 | 1 | -3/+3 |
| | | | | fromIdentifierOrKeyword, and made complementary changes in scanner and parser | ||||
* | changes to redefine the token list, the scanner, and the parser and how they ↵ | RJ Catalano | 2016-02-19 | 1 | -1/+3 |
| | | | | | | | | 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 | ||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+224 |