aboutsummaryrefslogtreecommitdiffstats
path: root/Scanner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Actual contract creator and add solidity to AlethZero interface.Christian2014-10-311-5/+0
|
* Removed std:: where it made sense.Christian2014-10-251-14/+15
|
* Replace BOOST_ASSERT by assert.Christian2014-10-251-8/+8
|
* Cleanup of copyright headers.Christian2014-10-201-41/+51
|
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-12/+19
| | | | pointer.
* Coding style cleanup: const and vecptr.Christian2014-10-201-8/+8
|
* Keyword cleanupChristian2014-10-171-15/+2
|
* Coding style and cleanupChristian2014-10-171-33/+41
|
* Corrected coding style.Christian2014-10-161-467/+444
|
* Corrected indentation.Christian2014-10-091-447/+447
|
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-091-5/+43
|
* Solidity parser, can not parse much yet.Christian2014-10-081-10/+32
|
* Solidity scanner and some unit tests.Christian2014-10-081-0/+653
The scanner is a modified version of the v8 javascript scanner.