Christian
27d20cd849
Magic variables.
10 years ago
Christian
638960f22f
Contracts as types and framework for special global variables.
10 years ago
Christian
ec2b010047
Mapping types.
10 years ago
Christian
f5730edddb
Replace function selector jump table by more resilient linear time check.
10 years ago
Gav Wood
04f1b9434d
Fixes for warnings. Take note.
10 years ago
Marek Kotewicz
7cb4344f12
small fix in solidityCompiler
10 years ago
Christian
6ec55d3d5f
Type promotion fixes and tests.
10 years ago
Gav Wood
4eeb0eae1c
Compile warnings fixed.
10 years ago
Christian
7e542f55d3
Test adjustments.
10 years ago
Christian
4dbc566a14
Bugfix: Swap before mod and div.
10 years ago
Christian
adcf062367
Actual contract creator and add solidity to AlethZero interface.
10 years ago
Gav Wood
ae960c577a
Big fixes.
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
c6c7f86b82
Further const placement changes.
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
3204918cd6
Forgot some asterisks.
10 years ago
Christian
d4d5f23e8f
Expression compiler.
10 years ago