Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Integrate 0.5.10 error recovering feature #260

Open
flantony opened this issue Jul 2, 2019 · 1 comment
Open

Integrate 0.5.10 error recovering feature #260

flantony opened this issue Jul 2, 2019 · 1 comment

Comments

@flantony
Copy link
Collaborator

flantony commented Jul 2, 2019

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
Copy link
Collaborator Author

flantony commented Jul 3, 2019

PR #263

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant