Open Issues Need Help
View All on GitHubAI Summary: Implement a parser for block statements in the sabre-go shader language, referencing the Go language specification for block statement definition.
AI Summary: Implement parsing for the `fallthrough` statement in the sabre-go shader programming language, referencing the Go language specification for its definition and behavior.
AI Summary: Implement parsing for the `continue` statement in the sabre-go shader programming language, referencing the Go language specification for its definition and behavior.
AI Summary: Implement parsing for the `break` statement in the sabre-go shader programming language, referencing the Go language specification for its definition and behavior.
AI Summary: Implement a parser for return statements in the sabre-go shader programming language, referencing the Go language specification for guidance on the correct syntax and semantics of return statements.
AI Summary: Implement parsing for increment (++) and decrement (--) statements in a Go-inspired shader programming language, referencing the official Go language specification for the correct syntax and semantics.
AI Summary: Implement parsing of expression statements in the sabre-go shader language, referencing the Go language specification for guidance on how expression statements are defined.