-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89e6f3a
commit 7638d68
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |