federicobond / solidity-parser-antlr

A Solidity parser for JS built on top of a robust ANTLR4 grammar
MIT License
155 stars 55 forks source link

Add support for a Concrete Syntax Tree #32

Open federicobond opened 6 years ago

federicobond commented 6 years ago

This simplifies the development of automatic code formatters, linters and other tools that rely on concrete representations.

See https://github.com/estree/estree/issues/41 and the https://github.com/cst/cst package for more information.