aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Exporting Natspec documentation to a JSON interfaceLefteris Karapetsas2014-12-021-0/+26
| | | | | | | | | | | - Adding a getDocumentation() function to solidity compiler stack so that we can obtain the natspec interface for a contract - Adding libjsoncpp as a dependency of libsolidity. This is done in a dirty way, using libjsonrpc-cpp s an intermediate dependency for the moment. Will fix soon. - Start of a test file for Natspec exporting to JSON
* Magic variables.Christian2014-11-241-1/+1
|
* Contracts as types and framework for special global variables.Christian2014-11-241-1/+4
|
* Provide interface for calls in JSON and some other formatting changes.Christian2014-11-121-8/+92
|
* Option to activate the optimizer for solidity.Christian2014-11-071-2/+3
|
* Actual contract creator and add solidity to AlethZero interface.Christian2014-10-311-0/+49