0.4.13 • Published 5 years ago

solidity-parser-scx v0.4.13

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

consensys/solidity-parser with additional project specific grammar rules and solidity 0.5 support

For code analysis of contract systems that use custom pre-processsing to deploy or run their tests.

Additions:

Interpolation (Gnosis):

  • e.g. {{Variable}}: used to defer address assignments to contract contructors until the contracts' execution context is known.
    EventFactory constant eventFactory = EventFactory({{EventFactory}});
    address constant marketMaker = {{LMSRMarketMaker}};

License

MIT

0.4.13

5 years ago