solparse-exp-jb

PEG.js Solidity parser for Javascript, experimental jb to upgrade and work with vscode solidity, this should NOT be merged with the main repo as it includes support for incomplete statements

Usage no npm install needed!

<script type="module">
  import solparseExpJb from 'https://cdn.skypack.dev/solparse-exp-jb';
</script>

README

Solparse

Pegjs-based Parser for the Solidity Programming language.

It was originally a fork of Consensys' solidity-parser by Tim Coulter. @cgewecke, @duaraghav8 and @federicobond are co-authors.

Note

Solparse is primarily meant for Ethlint. Because its sole purpose is to make life easier for the linter, we do not guarantee that there won't be any breaking changes, although we work hard to keep it friendly.

If you use solparse in your production systems, use it as a fixed dependency.

License

MIT