Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Solidity Parser with some project specific grammar rules.

Notifications You must be signed in to change notification settings

cashlink/solidity-parser

 
 

Repository files navigation

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

About

Solidity Parser with some project specific grammar rules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%