itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
87 stars 25 forks source link

Integrate 0.5.10 error recovering feature #260

Open flantony opened 5 years ago

flantony commented 5 years ago

In solc release 0.5.10, Steve C. Johnson-style error recovery was added experimentally. To use it, from solc use option --error-recovery.

From JavaScript and solcjs use:

const input = { language: 'Solidity', settings: { parserErrorRecovery: true, ... } }

flantony commented 5 years ago

PR #263