aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/Token.cpp
Commit message (Collapse)AuthorAgeFilesLines
* helper function in scanner and corresponding edits to parserBaseVoR02202016-03-311-0/+3
|
* change lexical cast to unsigned intVoR02202016-03-311-1/+1
|
* Fix for Token::name and token::toStringVoR02202016-03-311-4/+3
|
* Remove timestamp again and some fixes for ufixed parsing.chriseth2016-03-121-14/+18
|
* added keyword type and some tests, changes in lexical castRJ Catalano2016-03-121-8/+8
|
* stylistic change, and got lexical cast to work with an iterator rangeRJ Catalano2016-03-121-4/+5
|
* changed documentation and using lexical castRJ Catalano2016-03-121-6/+2
|
* changed extractUnsigned to handle iterators rather than a stringRJ Catalano2016-03-121-4/+4
|
* changed 1 to 0 in invalid argument catch blockRJ Catalano2016-03-121-1/+1
|
* added from identifier or keyword handling of fixed typesRJ Catalano2016-03-121-2/+32
|
* further optimization, splitting function into piecesRJ Catalano2016-02-191-14/+16
| | | | generating strings on the fly, changed name, and added two tests
* added const correctness to extract functions in TokenRJ Catalano2016-02-191-88/+23
| | | | | | | | | | optimizations added in more elegant solution created for m declaration ubuntu wants to get rid of 0 <= first statement...so I will change returnToken to token
* added two functions in Token to handle long identifiers, redid ↵RJ Catalano2016-02-191-29/+93
| | | | fromIdentifierOrKeyword, and made complementary changes in scanner and parser
* tests added and changes madeRJ Catalano2016-02-191-31/+52
| | | | | | fixed some silly problems in Token.cpp windows error fix
* changes to redefine the token list, the scanner, and the parser and how they ↵RJ Catalano2016-02-191-1/+39
| | | | | | | | 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/+100