Christian
ec2b010047
Mapping types.
10 years ago
Christian
650b31777b
Do not return after throw.
10 years ago
Christian
a5542ba2de
State variables.
10 years ago
Christian
5bd4640b17
Detect integer length from literals and remove "std::".
10 years ago
Christian
37216a246a
Converted all asserts to exceptions.
10 years ago
Christian
4d654d4e78
Function selector and variable (un)packing.
10 years ago
Christian
ea6d58a0d1
Contract compiler and also add ExpressionStatement to AST.
ExpressionStatement functions as glue between Statements and Expressions.
This way it is possible to detect when the border between statements and
expressions is crossed while walking the AST. Note that ExpressionStatement is
not the only border, almost every statement can contains expressions.
10 years ago
Christian
17f5470540
Asterisk-syntax for doxygen class documentation.
10 years ago
Christian
62ca0b2b43
Replace BOOST_ASSERT by assert.
10 years ago
Christian
92ee64f443
Some documentation.
10 years ago
Christian
d4d5f23e8f
Expression compiler.
10 years ago
Christian
8756c4bf96
Type information for AST printer.
10 years ago
Christian
fa22722e0e
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
pointer.
10 years ago
Christian
c253a90fc4
Coding style cleanup: const and vecptr.
10 years ago
Christian
116070f304
Coding style and cleanup
10 years ago
Christian
68a85f4f80
Corrected coding style.
10 years ago
Christian
77852f5f0a
Remove unused parameters.
10 years ago
Christian
2f9d821967
Type system, not yet complete.
10 years ago