index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
parsing
/
Token.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow ``memory`` suffix for internal elementary type parsing.
chriseth
2018-04-05
1
-1
/
+1
*
Cleanup fixed point type changes
chriseth
2017-07-20
1
-1
/
+1
*
Change fixed point types to have digit count
VoR0220
2017-07-20
1
-7
/
+3
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
updated algorithm for bit finding...now to figure out literal value
VoR0220
2016-05-10
1
-1
/
+1
*
got exponents up and working with their inverse, changed a few of the tests.....
RJ Catalano
2016-05-10
1
-2
/
+2
*
fixed problem with var...probably a conversion problem for fixed in size capa...
RJ Catalano
2016-05-10
1
-2
/
+2
*
fix for token bug, also quick fix for the wei and seconds
RJ Catalano
2016-05-10
1
-1
/
+1
*
initial work for fixed types...potentially needing a constant literal type fo...
RJ Catalano
2016-05-10
1
-0
/
+3
*
readding conditionals but with slight changes
VoR0220
2016-04-01
1
-3
/
+2
*
solAsserts added and some changes rolled back.
VoR0220
2016-03-31
1
-1
/
+1
*
helper function in scanner and corresponding edits to parserBase
VoR0220
2016-03-31
1
-0
/
+3
*
change lexical cast to unsigned int
VoR0220
2016-03-31
1
-1
/
+1
*
Fix for Token::name and token::toString
VoR0220
2016-03-31
1
-4
/
+3
*
Remove timestamp again and some fixes for ufixed parsing.
chriseth
2016-03-12
1
-14
/
+18
*
added keyword type and some tests, changes in lexical cast
RJ Catalano
2016-03-12
1
-8
/
+8
*
stylistic change, and got lexical cast to work with an iterator range
RJ Catalano
2016-03-12
1
-4
/
+5
*
changed documentation and using lexical cast
RJ Catalano
2016-03-12
1
-6
/
+2
*
changed extractUnsigned to handle iterators rather than a string
RJ Catalano
2016-03-12
1
-4
/
+4
*
changed 1 to 0 in invalid argument catch block
RJ Catalano
2016-03-12
1
-1
/
+1
*
added from identifier or keyword handling of fixed types
RJ Catalano
2016-03-12
1
-2
/
+32
*
further optimization, splitting function into pieces
RJ Catalano
2016-02-19
1
-14
/
+16
*
added const correctness to extract functions in Token
RJ Catalano
2016-02-19
1
-88
/
+23
*
added two functions in Token to handle long identifiers, redid fromIdentifier...
RJ Catalano
2016-02-19
1
-29
/
+93
*
tests added and changes made
RJ Catalano
2016-02-19
1
-31
/
+52
*
changes to redefine the token list, the scanner, and the parser and how they ...
RJ Catalano
2016-02-19
1
-1
/
+39
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+100