solidity-parser-sc

0.4.12 • Public • Published

Build Status

consensys/solidity-parser with additional project specific grammar rules

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

Readme

Keywords

none

Package Sidebar

Install

npm i solidity-parser-sc

Weekly Downloads

281

Version

0.4.12

License

MIT

Unpacked Size

724 kB

Total Files

16

Last publish

Collaborators

  • area
  • cgewecke