Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort errors by location before appending them to the AST
This may seem like an unnecessary feature since the whole point of embedding errors is to allow reporting them all at once. This works with merlin but not with the compiler which will only report the first one it encounters. Signed-off-by: Nathan Rebours <[email protected]>
- Loading branch information