Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))
Loading
Loading