File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/ConsenSys/solidity-parser.svg?branch=master )] ( https://travis-ci.org/ConsenSys/solidity-parser )
2
2
3
3
## [ consensys/solidity-parser] ( https://github.com/ConsenSys/solidity-parser ) with project specific grammar rules
4
- Branches of this repo contain parsers that can interpret solidity files of <branch name > allowing you to run
5
- code analysis on contracts that use custom pre-processsing to deploy or run their tests.
4
+ Branches of this repo contain parsers that can interpret solidity files of project ` <branch name> ` , allowing you to run
5
+ code analysis on contract systems that use custom pre-processsing to deploy or run their tests.
6
6
7
7
8
8
### Branches
9
9
10
10
11
11
** Gnosis** :
12
- + Uses interpolation, e.g. ` {{Variable}} ` to defer address assignments to contract Contructors until
12
+ + Uses interpolation, e.g. ` {{Variable}} ` to defer address assignments to contract contructors until
13
13
the contracts execution context is known.
14
14
15
15
You can’t perform that action at this time.
0 commit comments