Commit Graph

14 Commits

Author SHA1 Message Date
Bhargava Shastry
f900fe7262 WIP 2021-06-09 18:39:19 +02:00
Bhargava Shastry
66d625aa21 Introduce vardecl and for stmts. 2021-06-09 18:39:14 +02:00
Bhargava Shastry
0d8800eec4 Introduce break/continue statements and fix stmt genarator logic 2021-06-09 18:39:10 +02:00
Bhargava Shastry
6c5b86e719 Introduce while stmt. 2021-06-09 18:39:05 +02:00
Bhargava Shastry
ee9433f8c3 Introduce if statement 2021-06-09 18:38:55 +02:00
Bhargava Shastry
0fc94dbf96 Introduce expression statement. 2021-06-09 18:38:50 +02:00
Bhargava Shastry
895e48a823 Introduce function call statements. 2021-06-09 18:38:25 +02:00
Bhargava Shastry
3d6c5e8335 Add assignment statement. 2021-06-09 18:38:20 +02:00
Bhargava Shastry
ca209c2f09 Add block statement 2021-06-09 18:38:10 +02:00
Bhargava Shastry
e4aa3bab39 Add function 2021-06-09 18:37:51 +02:00
Bhargava Shastry
25ef4e0e8e Add contract 2021-06-09 18:37:46 +02:00
Bhargava Shastry
0a59bd825b Solidity fuzzer: Add simple import statements.
Co-authored-by: Leonardo <leo@ethereum.org>
2021-02-03 17:03:57 +01:00
Bhargava Shastry
f5e0faaa37 Add documentation and/or comments.
Co-authored-by: Leonardo <leo@ethereum.org>
2021-01-26 15:48:42 +01:00
Bhargava Shastry
d7e3d3f75f Add visitors for automatic test case generation. 2021-01-26 15:48:42 +01:00