Commit Graph

17 Commits

Author SHA1 Message Date
Christian
6dcb545cc8 Support empty strings. 2014-12-11 14:19:11 +01:00
Christian
1a76615a87 Tests for empty and too long strings. 2014-12-10 17:15:10 +01:00
Christian
8635399597 Comments and braces. 2014-12-07 09:46:21 +01:00
Christian
445ba10d3b Multi-source and multi-contract compiler. 2014-12-03 18:51:59 +01:00
Christian
5b6a211b8a Import directive. 2014-12-03 10:44:46 +01:00
Christian
5cecf5699b Disallow assignments to structs and mappings. 2014-12-01 17:33:21 +01:00
Christian
6cb0d1baa0 Magic variables. 2014-11-23 21:28:45 +01:00
Christian
c5a012cdca Contracts as types and framework for special global variables. 2014-11-23 21:28:44 +01:00
Christian
558d0999c8 Struct types. 2014-11-14 14:08:14 +01:00
Christian
e22cad4d35 Tests for type conversion at comparison. 2014-11-06 02:22:24 +01:00
Christian
70d7d9b3bc Further const placement changes. 2014-10-29 19:41:07 +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
9c9a529b9d Name resolution. 2014-10-13 17:02:21 +02:00