| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-11 | Make parser recovering more robust to avoid infinite loops | Tim Foley | |
| 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. | |||
| 2017-06-20 | Fix types for `InputPatch` and `OutputPatch` | Tim Foley | |
| Fixes #34. I'd declared these as if they were `InputPatch<T>`, but they are really `InputPatch<T,N>`. This change fixes the declarations, and makes these types no longer inherit from the contrived `BuiltinGenericType`. Instead they are more-or-less ordinary `DeclRefType`s using the same approach that `MatrixExpressionType` uses. | |||
