Christian
|
3f4befd6b4
|
Parser fix: Consume break and continue.
|
2014-10-29 13:00:22 +01:00 |
|
Christian
|
c24fa78b21
|
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
pointer.
|
2014-10-20 16:23:49 +02:00 |
|
Christian
|
ee06ed2ff8
|
Corrected coding style.
|
2014-10-16 14:08:54 +02:00 |
|
Christian
|
c2f3d27940
|
Some fixes for the type system, should be quite usable now.
|
2014-10-15 18:41:44 +02:00 |
|
Christian
|
35383f9b88
|
Added meaningful exception types.
|
2014-10-15 18:41:29 +02:00 |
|
Christian
|
de155c13ef
|
Type system, not yet complete.
|
2014-10-15 18:40:19 +02:00 |
|
Christian
|
082d79dba4
|
Merge remote-tracking branch 'ethereum/develop' into solidity
|
2014-10-13 17:14:37 +02:00 |
|
Christian
|
9c9a529b9d
|
Name resolution.
|
2014-10-13 17:02:21 +02:00 |
|
Christian
|
51f335838c
|
Initial implementation of Solidity parser finished, not yet tested much.
|
2014-10-09 18:35:41 +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 |
|