aboutsummaryrefslogtreecommitdiffstats
path: root/Scanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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