solidity/test/cmdlineTests/standard_stop_after_parsing_ast_requested/input.json

13 lines
210 B
JSON
Raw Normal View History

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