aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/Token.h
Commit message (Expand)AuthorAgeFilesLines
* Remove timestamp again and some fixes for ufixed parsing.chriseth2016-03-121-1/+0
* added keyword type and some tests, changes in lexical castRJ Catalano2016-03-121-3/+4
* stylistic change, and got lexical cast to work with an iterator rangeRJ Catalano2016-03-121-1/+1
* - inline and assembly keywords addedLianaHus2016-03-121-3/+5
* changed documentation and using lexical castRJ Catalano2016-03-121-5/+1
* changed extractUnsigned to handle iterators rather than a stringRJ Catalano2016-03-121-1/+1
* changed 1 to 0 in invalid argument catch blockRJ Catalano2016-03-121-1/+1
* needed this one string of notationRJ Catalano2016-03-121-0/+1
* added from identifier or keyword handling of fixed typesRJ Catalano2016-03-121-4/+5
* fixed keyword added in for token typeRJ Catalano2016-03-121-2/+4
* further optimization, splitting function into piecesRJ Catalano2016-02-191-0/+2
* added const correctness to extract functions in TokenRJ Catalano2016-02-191-15/+17
* added two functions in Token to handle long identifiers, redid fromIdentifier...RJ Catalano2016-02-191-10/+15
* tests added and changes madeRJ Catalano2016-02-191-15/+15
* changes to redefine the token list, the scanner, and the parser and how they ...RJ Catalano2016-02-191-100/+32
* Fix uint178 problem.chriseth2016-01-261-2/+2
* File reorganisation.chriseth2015-10-211-0/+407