solang-parser 0.2.1

Solang Solidity Parser
Documentation
{
 "language": "Solidity",
 "sources": {
  "a.sol": {
   "content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0;\npragma abicoder v2; contract A { function f(uint[] memory) public view returns (uint256) { } }"
  }
 },
 "settings": {
  "evmVersion": "petersburg",
  "optimizer": { "enabled": true },
  "outputSelection": {
   "*": {
    "A": [
     "evm.bytecode.object",
     "evm.deployedBytecode.generatedSources",
     "evm.bytecode.generatedSources"
    ]
   }
  }
 }
}