Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More consistently use parse*() functions without argument in the parser. | Daniel Kirchner | 2018-09-06 | 1 | -4/+4 |
| | |||||
* | 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 ↵ | Daniel Kirchner | 2018-04-04 | 1 | -1/+5 |
| | | | | as well. | ||||
* | 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 |
| | | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209 | ||||
* | 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 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | 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 |
| | | | | | | | This commit adds support for a standard do <statement> while <expr>; form of statement. While loops were already being supported; supporting a do/while loop mostly involves reusing code from while loops but putting the conditional checking last. | ||||
* | 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 |
| | | | | - some style fixes | ||||
* | 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 |