ConsenSysMesh / solidity-parser

Solidity Parser in Javascript
137 stars 53 forks source link

Add human-readable names to rules #51

Closed federicobond closed 6 years ago

federicobond commented 7 years ago

From the PEG.js documentation:

A rule can also contain human-readable name that is used in error messages. [...] If the rule has a human-readable name, it is written as a JavaScript string between the name and separating equality sign.

This will improve many error messages.