Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |