0.4.12 • Published 5 years ago

solidity-parser-sc v0.4.12

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

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

0.4.13-beta.0

5 years ago

0.4.12

6 years ago

0.4.11

6 years ago

0.4.10

6 years ago

0.4.9

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

7 years ago