aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/Scanner.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename addUnicodeChar to addUnicodeAsUTF8Alex Beregszaszi2016-08-051-1/+1
|
* Support Unicode escape characters in string literals ('\uUUUU')Alex Beregszaszi2016-08-051-0/+2
| | | | Fixes #638
* Remove log.h from solidity.chriseth2016-04-121-1/+0
|
* helper function in scanner and corresponding edits to parserBaseVoR02202016-03-311-0/+7
|
* - inline and assembly keywords addedLianaHus2016-03-121-3/+3
| | | | - some style fixes
* added two functions in Token to handle long identifiers, redid ↵RJ Catalano2016-02-191-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 Catalano2016-02-191-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.chriseth2015-10-211-0/+224