/parser-testing

Runs solidity-parser-antlr (@solidity-parser/parser) over real-world targets

Primary LanguageJavaScriptMIT LicenseMIT

parser-testing

Runs @solidity-parser/parser over real-world targets

Targets

 {
   repo: "https://github.com/OpenZeppelin/openzeppelin-contracts.git",
   folder: "openzeppelin-contracts",
   branch: "master",
   contracts: "contracts"
 },
 {
   repo: "https://github.com/omisego/plasma-contracts.git",
   folder: "plasma-contracts",
   branch: "master",
   contracts: "plasma_framework/contracts"
 },
 {
   repo: "https://github.com/Synthetixio/synthetix.git",
   folder: "synthetix",
   branch: "alpha",
   contracts: "contracts"
 }