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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce pure specifier on functions
Alex Beregszaszi
2017-08-24
1
-2
/
+2
*
Introduce view (and keep constant as an alias)
Alex Beregszaszi
2017-08-23
1
-2
/
+2
*
Replace constant/payable with StateMutability in AST
Alex Beregszaszi
2017-08-14
1
-0
/
+1
*
Rename Token::Const to Token::Constant
Alex Beregszaszi
2017-08-09
1
-1
/
+1
*
Move UndefMacros from libdevcore to libsolidity/parsing
Alex Beregszaszi
2017-07-02
1
-1
/
+1
*
Merge interface/Exceptions and interface/Utils
Alex Beregszaszi
2017-06-22
1
-1
/
+0
*
Support interface (contract) keyword in the parser
Alex Beregszaszi
2017-03-18
1
-1
/
+1
*
parsing: `default` and `null` are reserved keywords
Yoichi Hirai
2016-12-02
1
-2
/
+2
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Merge pull request #1016 from ethereum/reserved
chriseth
2016-09-06
1
-0
/
+1
|
\
|
*
Introduce isReservedKeyword()
Alex Beregszaszi
2016-09-06
1
-0
/
+1
*
|
Reserve view and pure as keywords
Alex Beregszaszi
2016-09-06
1
-0
/
+2
|
/
*
Support payable keyword for functions
Alex Beregszaszi
2016-09-06
1
-1
/
+1
*
Version pragma.
chriseth
2016-09-01
1
-0
/
+1
*
Introduce hex literals (#832)
Alex Beregszaszi
2016-08-16
1
-0
/
+1
*
Reserved keywords update (#833)
Alex Beregszaszi
2016-08-16
1
-2
/
+6
*
Revert "Change After to a deprecated token"
Denton Liu
2016-08-11
1
-5
/
+1
*
Change After to a deprecated token
Denton Liu
2016-08-11
1
-1
/
+5
*
Remove after from Token.h
Denton Liu
2016-08-11
1
-2
/
+2
*
Fix isCompareOp()
Denton Liu
2016-07-21
1
-1
/
+1
*
Move `in` as a keyword to reserved word section
Denton Liu
2016-07-21
1
-1
/
+1
*
Fix Token::isBitOp to exclude shift operators
Alex Beregszaszi
2016-06-08
1
-1
/
+1
*
Remove log.h from solidity.
chriseth
2016-04-12
1
-1
/
+0
*
solAsserts added and some changes rolled back.
VoR0220
2016-03-31
1
-1
/
+2
*
Got it working exactly like you wanted ;)
VoR0220
2016-03-31
1
-6
/
+8
*
Remove timestamp again and some fixes for ufixed parsing.
chriseth
2016-03-12
1
-1
/
+0
*
added keyword type and some tests, changes in lexical cast
RJ Catalano
2016-03-12
1
-3
/
+4
*
stylistic change, and got lexical cast to work with an iterator range
RJ Catalano
2016-03-12
1
-1
/
+1
*
- inline and assembly keywords added
LianaHus
2016-03-12
1
-3
/
+5
*
changed documentation and using lexical cast
RJ Catalano
2016-03-12
1
-5
/
+1
*
changed extractUnsigned to handle iterators rather than a string
RJ Catalano
2016-03-12
1
-1
/
+1
*
changed 1 to 0 in invalid argument catch block
RJ Catalano
2016-03-12
1
-1
/
+1
*
needed this one string of notation
RJ Catalano
2016-03-12
1
-0
/
+1
*
added from identifier or keyword handling of fixed types
RJ Catalano
2016-03-12
1
-4
/
+5
*
fixed keyword added in for token type
RJ Catalano
2016-03-12
1
-2
/
+4
*
further optimization, splitting function into pieces
RJ Catalano
2016-02-19
1
-0
/
+2
*
added const correctness to extract functions in Token
RJ Catalano
2016-02-19
1
-15
/
+17
*
added two functions in Token to handle long identifiers, redid fromIdentifier...
RJ Catalano
2016-02-19
1
-10
/
+15
*
tests added and changes made
RJ Catalano
2016-02-19
1
-15
/
+15
*
changes to redefine the token list, the scanner, and the parser and how they ...
RJ Catalano
2016-02-19
1
-100
/
+32
*
Fix uint178 problem.
chriseth
2016-01-26
1
-2
/
+2
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+407