aboutsummaryrefslogtreecommitdiffstats
path: root/ASTPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding a ForStatement solidity AST Node.Lefteris Karapetsas2014-12-171-0/+12
* Create contracts.Christian2014-12-151-0/+13
* Const functions for ASTVisitor and const ASTPrinter.Christian2014-12-081-63/+63
* Renamed url to identifier and added some comments.Christian2014-12-051-1/+1
* Import directive.Christian2014-12-031-1/+8
* Provide interface for calls in JSON and some other formatting changes.Christian2014-11-121-4/+4
* Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-0/+12
* Removed std:: where it made sense.Christian2014-10-251-14/+16
* Documentation for AST, Parser, Scanner and other classes.Christian2014-10-251-1/+1
* Merge pull request #410 from chriseth/sol_exceptionsGav Wood2014-10-251-3/+3
|\
| * Use endl instead of "\n".Christian2014-10-241-2/+2
| * Remove nullptr comparisons.Christian2014-10-241-1/+1
* | Type information for AST printer.Christian2014-10-231-0/+19
|/
* Corrected spacing around colon.Christian2014-10-231-2/+2
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-1/+1
* Coding style cleanup: const and vecptr.Christian2014-10-201-3/+3
* Coding style and cleanupChristian2014-10-171-3/+1
* Corrected coding style.Christian2014-10-161-21/+25
* Type system, not yet complete.Christian2014-10-161-1/+1
* Added copyright blocks.Christian2014-10-131-0/+22
* Name resolution.Christian2014-10-131-0/+12
* AST printer and command line tool, some fixes.Christian2014-10-101-0/+388