Christian
9111abbc8a
loadFromMemoryDynamic
10 years ago
Christian
edefb95aae
Fallback functions.
10 years ago
Christian
88cedee836
Remove test different_argument_numbers.
10 years ago
Christian
7dc695e840
Super keyword.
10 years ago
Christian
71950257c5
Magic variables are only needed durinng name and type resolution, not during compilation.
10 years ago
Christian
e1338c7e6c
Arbitrary precision integer constants.
10 years ago
Lefteris Karapetsas
e94f1ca5b2
Adjusting Solidity Optimizer Tests
10 years ago
Christian
1d3801f726
Arbitrary precision integer constants.
10 years ago
Lefteris Karapetsas
b2362f4113
Adjusting SolidityCompiler tests
- Adjusting SolidityCompiler tests to take into account the size of the
new Function Selector
10 years ago
Lefteris Karapetsas
8edb5b8b54
Solidity Tests names are now more consistent
- File names and Boost Test Suite have the same name now for
every solidity Test, so that there is no need to guess or check
when you want to run a specific suite from the command line
10 years ago
ethdev
8468d896a7
fixed msvc not expanding macros correctly
10 years ago
Marek Kotewicz
373dbcaa5f
clang requires explicit initialization of map
10 years ago
Christian
41948b1309
Fix: Resolve function types of all contracts before checking types inside functions.
10 years ago
Christian
5026c5855d
Create contracts.
10 years ago
Christian
22fa12debf
Do not add at the end of the function selector "loop".
10 years ago
Christian
e676cd21bc
Register variably-sized variables on stack.
10 years ago
Christian
50b61e3dd3
Multi-source and multi-contract compiler.
10 years ago
Christian
8621949067
Import directive.
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
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