| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Make parser recovering more robust to avoid infinite loops | Tim Foley | 2017-07-11 |
| Fixes #75 In order to avoid cascaded errors, I went ahead and made the parser refuse to skip past a `}` in recovery mode. The problem with this is that we fail to make forward progress if we are stuck on a `}` (this happens if you have an extra `}` at the global scope. | |||
