Commit Graph

8 Commits

Author SHA1 Message Date
Lefteris Karapetsas
70a5c84095 extra comments scanning test 2014-11-20 23:18:05 +01:00
Lefteris Karapetsas
6275b1ee93 documentation comments are now always skipped but saved as special tokens at the Scanner 2014-11-19 16:21:42 +01:00
Lefteris Karapetsas
a461498300 solidity scanner takes triple slash doc comments into account
- Conditionally scanning for the documentation comments and gettings their
  contents.

- Adding tests for this functionality of the scanner
2014-11-19 01:58:32 +01:00
Christian
08cba0653f Support for negative literals. 2014-11-06 02:44:43 +01:00
Christian
ee06ed2ff8 Corrected coding style. 2014-10-16 14:08:54 +02:00
Christian
9766467f50 Parse everything up to function bodies and report parser errors with location. 2014-10-08 20:53:50 +02:00
Christian
762817f838 Solidity parser, can not parse much yet. 2014-10-08 13:49:34 +02:00
Christian
a1f32a0b26 Solidity scanner and some unit tests.
The scanner is a modified version of the v8 javascript scanner.
2014-10-08 11:11:50 +02:00