You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
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,
...
}
}
The text was updated successfully, but these errors were encountered: