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
/
ParserBase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the entire token as source location for parser errors.
Daniel Kirchner
2018-05-09
1
-2
/
+2
*
More user friendly output in case of Identifier and Token keywords
Alex Beregszaszi
2018-05-04
1
-16
/
+17
*
Remove code duplication in expectToken
Alex Beregszaszi
2018-05-04
1
-23
/
+11
*
Introduce Token::friendlyName() helper
Alex Beregszaszi
2018-05-04
1
-5
/
+5
*
Display nicer error messages in the parser (display tokens and not internal n...
Alex Beregszaszi
2018-05-04
1
-11
/
+11
*
Simplify expectIdentifierToken by using expectToken
Alex Beregszaszi
2018-05-04
1
-2
/
+3
*
Limit parser recursion depth further (needed by increased assembly data struc...
Alex Beregszaszi
2017-09-20
1
-1
/
+1
*
Reduce max recursion depth.
chriseth
2017-08-22
1
-1
/
+1
*
Check recursion depth in assembly parser.
chriseth
2017-08-22
1
-0
/
+13
*
Avoid including Scanner.h in ParserBase.h
Alex Beregszaszi
2017-06-23
1
-0
/
+20
*
Refactor error reporting
Rhett Aultman
2017-05-30
1
-8
/
+3
*
Move Solidity specific methods from ParserBase to the Solidity Parser
Alex Beregszaszi
2017-05-27
1
-56
/
+0
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Raise proper error on reserved keywords
Alex Beregszaszi
2016-09-06
1
-1
/
+11
*
helper function in scanner and corresponding edits to parserBase
VoR0220
2016-03-31
1
-12
/
+3
*
Got it working exactly like you wanted ;)
VoR0220
2016-03-31
1
-19
/
+68
*
Move reusable parser components into base class.
chriseth
2016-02-23
1
-0
/
+103