solidity/test/cmdlineTests/standard_stop_after_parsing_ast_requested/input.json
2023-06-14 14:22:38 +02:00

13 lines
210 B
JSON

{
"language": "Solidity",
"sources": {
"C": {"urls": ["standard_stop_after_parsing_ast_requested/in.sol"]}
},
"settings": {
"stopAfter": "parsing",
"outputSelection": {
"*": {"": ["ast"]}
}
}
}