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 was archived by the owner on Jun 6, 2021. It is now read-only.
After all AST nodes have spans we should add nice error messages.
Examples
An example error message.
error: type `vec3` is unknown or not included.
D:\Workspace\xshade\examples\phong.xs:2:15
1 | struct VertexInput {
2 | position: vec3,
| ^^^^ unknown type `vec3`
3 | }
implementations for `vec3` are found in:
* std::vec3 (type alias for `Vector<f32; 3>`)
Feature: Better Compiler Errors
Summary
After all AST nodes have spans we should add nice error messages.
Examples
An example error message.
References
The text was updated successfully, but these errors were encountered: