aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/Parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Function type state variables.chriseth2016-11-161-0/+2
|
* Function types.chriseth2016-11-161-0/+14
|
* Add support for do/while loopsRhett Aultman2016-11-101-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.chriseth2016-09-011-0/+1
|
* Parsing for inline assembly.chriseth2016-03-301-0/+1
|
* - inline and assembly keywords addedLianaHus2016-03-121-2/+2
| | | | - some style fixes
* Move reusable parser components into base class.chriseth2016-02-231-25/+4
|
* Use paths instead of simple identifiers wherever possible.chriseth2015-12-221-0/+1
|
* Added the `using x for y` directive.chriseth2015-11-271-0/+1
|
* Allow docstrings for statements.chriseth2015-10-271-5/+7
|
* File reorganisation.chriseth2015-10-211-0/+164