7 Open Issues Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub
Programming Languages Shader Languages
Parse block statement about 1 month ago

AI Summary: Implement a parser for block statements in the sabre-go shader language, referencing the Go language specification for block statement definition.

Complexity: 4/5
good first issue

go inspired shader programming language

Go
Programming Languages Shader Languages

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.

Complexity: 4/5
good first issue

go inspired shader programming language

Go
Programming Languages Shader Languages
Parse continue statement about 1 month ago

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.

Complexity: 3/5
good first issue

go inspired shader programming language

Go
Programming Languages Shader Languages
Parse break statement about 1 month ago

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.

Complexity: 3/5
good first issue

go inspired shader programming language

Go
Programming Languages Shader Languages
Parse return statement about 1 month ago

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.

Complexity: 4/5
good first issue

go inspired shader programming language

Go
Programming Languages Shader Languages
Parse inc dec statements about 1 month ago

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.

Complexity: 3/5
good first issue

go inspired shader programming language

Go
Programming Languages Shader Languages

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.

Complexity: 3/5
good first issue

go inspired shader programming language

Go