index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
parsing
/
Parser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disallows old constructor syntax.
Erik Kundt
2018-07-18
1
-6
/
+2
*
Assert integrity of empty IndexAccessPath structure.
chriseth
2018-05-09
1
-1
/
+1
*
Further refactor.
chriseth
2018-05-09
1
-4
/
+8
*
Refactor expression parser.
chriseth
2018-05-09
1
-5
/
+5
*
Simplify expectIdentifierToken by using expectToken
Alex Beregszaszi
2018-05-04
1
-1
/
+0
*
Remove useless helper expectAssignmentOperator in parser
Alex Beregszaszi
2018-05-04
1
-1
/
+0
*
Refactor parser.
chriseth
2018-04-26
1
-8
/
+12
*
Set header.isConstructor for old style constructors in parseFunctionHeader as...
Daniel Kirchner
2018-04-04
1
-1
/
+5
*
Constructors are defined using the ``constructor`` keyword.
Daniel Kirchner
2018-04-04
1
-0
/
+1
*
Introduce emit statement.
chriseth
2018-02-22
1
-0
/
+1
*
Check recursion depth in assembly parser.
chriseth
2017-08-22
1
-7
/
+0
*
Mark appropriate constructors explicit
Alex Beregszaszi
2017-08-22
1
-1
/
+1
*
Prevent too deep recursion in parser.
chriseth
2017-08-15
1
-0
/
+7
*
Replace constant/payable with StateMutability in AST
Alex Beregszaszi
2017-08-14
1
-3
/
+2
*
Show previous visibility specifier in parser error
Alex Beregszaszi
2017-08-09
1
-0
/
+1
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-1
/
+1
*
Pull out common code to a helper
Alex Beregszaszi
2017-05-27
1
-0
/
+1
*
Move Solidity specific methods from ParserBase to the Solidity Parser
Alex Beregszaszi
2017-05-27
1
-0
/
+4
*
Factor out tokenToContractKind
Alex Beregszaszi
2017-03-18
1
-0
/
+1
*
Support interface (contract) keyword in the parser
Alex Beregszaszi
2017-03-18
1
-1
/
+1
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Function type state variables.
chriseth
2016-11-16
1
-0
/
+2
*
Function types.
chriseth
2016-11-16
1
-0
/
+14
*
Add support for do/while loops
Rhett Aultman
2016-11-10
1
-0
/
+1
*
Version pragma.
chriseth
2016-09-01
1
-0
/
+1
*
Parsing for inline assembly.
chriseth
2016-03-30
1
-0
/
+1
*
- inline and assembly keywords added
LianaHus
2016-03-12
1
-2
/
+2
*
Move reusable parser components into base class.
chriseth
2016-02-23
1
-25
/
+4
*
Use paths instead of simple identifiers wherever possible.
chriseth
2015-12-22
1
-0
/
+1
*
Added the `using x for y` directive.
chriseth
2015-11-27
1
-0
/
+1
*
Allow docstrings for statements.
chriseth
2015-10-27
1
-5
/
+7
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+164