Skip to content

Commit

Permalink
Added readme for solidity parser
Browse files Browse the repository at this point in the history
  • Loading branch information
codeFather2 committed Sep 24, 2024
1 parent 89e6f3a commit 7638d68
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions solidity/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Solidity

## Authors

2016-2017 Federico Bond [[email protected]](mailto:[email protected])

[matheusaaguiar](https://github.com/matheusaaguiar)

Dmitry Litovchenko [[email protected]](mailto:[email protected])

## Specification

https://docs.soliditylang.org/en/latest/grammar.html

## Links

[Docs](https://docs.soliditylang.org/en/v0.8.27/)

[pldb](https://pldb.io/concepts/solidity.html)

[Original grammar](https://github.com/ethereum/solidity/tree/develop/docs/grammar)

## License

[GNU GPL](https://www.gnu.org/licenses/)

## Known issues

Ambiguity in `expression` rule caused by mixed left and non-left recursion (related discussion [antlr/antlr4#4480](https://github.com/antlr/antlr4/pull/4480))

0 comments on commit 7638d68

Please sign in to comment.