aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ast/ASTPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Function types.chriseth2016-11-161-0/+12
|
* Add support for do/while loopsRhett Aultman2016-11-101-1/+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/+12
|
* Parsing for inline assembly.chriseth2016-03-301-0/+12
|
* changes to redefine the token list, the scanner, and the parser and how they ↵RJ Catalano2016-02-191-2/+2
| | | | | | | | pass around variable types of different sizes not ready for change to FixedPoint just yet made this more const correct and added a switch statement for easier reading
* [cond-expr] add visitor related functionsLu Guanqun2016-01-231-0/+13
|
* Use paths instead of simple identifiers wherever possible.chriseth2015-12-221-1/+1
|
* Parse complex import directives.chriseth2015-12-181-1/+1
|
* File reorganisation.chriseth2015-10-211-0/+569