JSPM

  • Created
  • Published
  • Downloads 11949
  • Score
    100M100P100Q131743F
  • License GPL-3.0

A Solidity parser built from a robust ANTLR 4 grammar

Package Exports

  • solidity-parser-antlr

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (solidity-parser-antlr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

solidity-parser-antlr

Build Status

A Solidity parser built on top of a robust ANTLR4 grammar.

Usage

import SolidityParser from 'solidity-parser-antlr';

SolidityParser.parse(`
    contract test {
        uint256 a;
        function f() {}
    }
`)

Author

Federico Bond (@federicobond)

License

GPL 3.0