COMMITS
/ libsolidity/parsing/Token.cpp November 18, 2016
V
Fix licensing headers
VoR0220 committed
April 12, 2016
V
updated algorithm for bit finding...now to figure out literal value
VoR0220 committed
March 18, 2016
March 11, 2016
R
fixed problem with var...probably a conversion problem for fixed in size capabilities
RJ Catalano committed
R
fix for token bug, also quick fix for the wei and seconds
RJ Catalano committed
C
Remove timestamp again and some fixes for ufixed parsing.
chriseth committed
February 18, 2016
R
initial work for fixed types...potentially needing a constant literal type for this
RJ Catalano committed
R
further optimization, splitting function into pieces
RJ Catalano committed
March 31, 2016
V
readding conditionals but with slight changes
VoR0220 committed
March 30, 2016
V
solAsserts added and some changes rolled back.
VoR0220 committed
V
helper function in scanner and corresponding edits to parserBase
VoR0220 committed
V
change lexical cast to unsigned int
VoR0220 committed
March 29, 2016
V
Fix for Token::name and token::toString
VoR0220 committed
March 10, 2016
R
added keyword type and some tests, changes in lexical cast
RJ Catalano committed
March 9, 2016
R
stylistic change, and got lexical cast to work with an iterator range
RJ Catalano committed
March 8, 2016
R
changed documentation and using lexical cast
RJ Catalano committed
March 7, 2016
R
changed extractUnsigned to handle iterators rather than a string
RJ Catalano committed
R
changed 1 to 0 in invalid argument catch block
RJ Catalano committed
R
added from identifier or keyword handling of fixed types
RJ Catalano committed
February 15, 2016
R
added const correctness to extract functions in Token
RJ Catalano committed
February 12, 2016
February 9, 2016
R
tests added and changes made
RJ Catalano committed
February 8, 2016
October 20, 2015
C
File reorganisation.
chriseth committed