aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/Scanner.h
Commit message (Collapse)AuthorAgeFilesLines
* 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