Gav Wood
362e5d8145
Warning fix.
ECDSA recover fix.
10 years ago
Christian
68acfc0544
Global functions.
10 years ago
Christian
898f989aa1
Sending ether.
10 years ago
Christian
d759075528
More general function types and references.
10 years ago
Christian
b185a748a5
Access to blockchain data.
10 years ago
Christian
27d20cd849
Magic variables.
10 years ago
Christian
638960f22f
Contracts as types and framework for special global variables.
10 years ago
Christian
6ee07c2cb8
Convenience class for type members.
10 years ago
Christian
bbc3a1b37e
Struct types.
10 years ago
Christian
ec2b010047
Mapping types.
10 years ago
Christian
a5542ba2de
State variables.
10 years ago
Christian
11f65d50b8
Evaluate expressions in convenient order.
10 years ago
chriseth
f60c661c06
Removed superfluous braces.
10 years ago
Christian
e1c01722d4
Re-added some changes lost in merges.
10 years ago
chriseth
b85638183d
Stylistic changes.
10 years ago
Christian
6ec55d3d5f
Type promotion fixes and tests.
10 years ago
Christian
ab7d2c8fd1
Proper type promotion and conversion.
10 years ago
Christian
bbf6c97e5b
Allow implicit type conversions for comparisons.
10 years ago
Christian
37216a246a
Converted all asserts to exceptions.
10 years ago
Christian
30e4cda0e9
Some tests and bugfixes for the compiler.
10 years ago
Christian
5cc582c454
Bugfix: Swap before mod and div.
10 years ago
Christian
6f3afc8583
Renamed file.
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
d83d476002
Fixed placements of const.
10 years ago
Christian
2b6d66374d
Compiler for assignments.
10 years ago
Christian
ec5bf1abe9
NEG->BNOT change
10 years ago
Christian
0877cf6036
Adjustments for the NEG->BNOT change.
10 years ago
Christian
d7278b3d34
Stylistic corrections.
10 years ago
Christian
a72098d541
Removed some more boost asserts.
10 years ago
Christian
d4d5f23e8f
Expression compiler.
10 years ago