aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/Token.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow ``memory`` suffix for internal elementary type parsing.chriseth2018-04-051-1/+1
* Cleanup fixed point type changeschriseth2017-07-201-1/+1
* Change fixed point types to have digit countVoR02202017-07-201-7/+3
* Fix licensing headersVoR02202016-11-231-4/+4
* updated algorithm for bit finding...now to figure out literal valueVoR02202016-05-101-1/+1
* got exponents up and working with their inverse, changed a few of the tests.....RJ Catalano2016-05-101-2/+2
* fixed problem with var...probably a conversion problem for fixed in size capa...RJ Catalano2016-05-101-2/+2
* fix for token bug, also quick fix for the wei and secondsRJ Catalano2016-05-101-1/+1
* initial work for fixed types...potentially needing a constant literal type fo...RJ Catalano2016-05-101-0/+3
* readding conditionals but with slight changesVoR02202016-04-011-3/+2
* solAsserts added and some changes rolled back.VoR02202016-03-311-1/+1
* 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
* added const correctness to extract functions in TokenRJ Catalano2016-02-191-88/+23
* added two functions in Token to handle long identifiers, redid fromIdentifier...RJ Catalano2016-02-191-29/+93
* tests added and changes madeRJ Catalano2016-02-191-31/+52
* changes to redefine the token list, the scanner, and the parser and how they ...RJ Catalano2016-02-191-1/+39
* File reorganisation.chriseth2015-10-211-0/+100