This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f29ebc08476b9e6bd68ec7759d50f40274801f48
solidity
/
test
/
libsolidity
/
syntaxTests
/
inlineAssembly
/
invalid
T
History
Alex Beregszaszi
babb175d86
Add more syntax tests for Yul
2020-08-13 14:20:52 +01:00
..
assign_to_instruction.sol
…
bare_instructions_disallowed.sol
…
calldata_variables.sol
…
const_forward_reference.sol
…
constant_access.sol
…
constant_assignment.sol
…
constant_variable_via_offset.sol
…
dot_in_fun_param.sol
…
dot_in_fundecl.sol
…
dot_in_multi_vardecl.sol
…
dot_in_vardecl.sol
…
dup_disallowed.sol
Add more syntax tests for Yul
2020-08-13 14:20:52 +01:00
empty_fun_arg_beginning.sol
…
empty_fun_arg_end.sol
…
empty_fun_arg_middle.sol
…
empty_function_name.sol
…
identifier_starting_with_dot.sol
…
invalid_number.sol
…
jump_disallowed.sol
…
jumpdest_disallowed.sol
Add more syntax tests for Yul
2020-08-13 14:20:52 +01:00
jumpi_disallowed.sol
…
label_disallowed.sol
…
leave_items_on_tack.sol
…
literals_on_stack_disallowed.sol
…
local_variable_access_out_of_functions_storage_ptr.sol
…
local_variable_access_out_of_functions.sol
…
missing_variable_in_assign.sol
…
missing_variable.sol
…
multiple_assign_to_instruction.sol
…
nested_function_local_access.sol
…
pc_disallowed.sol
…
push_disallowed.sol
Add more syntax tests for Yul
2020-08-13 14:20:52 +01:00
storage_assignment_in_modifier.sol
…
storage_assignment.sol
…
storage_variable_access_out_of_functions.sol
…
swap_disallowed.sol
Add more syntax tests for Yul
2020-08-13 14:20:52 +01:00
unbalanced_negative_stack.sol
…
unbalanced_positive_stack.sol
…
unbalanced_two_stack_load.sol
…
variable_declaration_suffix_offset.sol
…
whitespace_in_assignment.sol
…
whitespace_in_multiple_assignment.sol
…