OCamlPro / ocaml-solidity

Ocaml-solidity provides a Solidity parser and typechecker
https://ocamlpro.github.io/ocaml-solidity
Other
30 stars 10 forks source link

Add Solidity Reserved Keywords to Lexer and Parser #39

Closed dmzimmerman closed 1 year ago

dmzimmerman commented 1 year ago

This pull request adds the list of Solidity reserved keywords, which currently are not recognized by the lexer/parser, so that they can no longer be used as identifier names.

The list added here is that of Solidity 0.6, which is the current compliance level of the parser.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.