A simple SPIR-V targeting compiler
Go to file
itycodes ac6ed71482 Slight compiler cleanup, type tracking 4 weeks ago
src Slight compiler cleanup, type tracking 4 weeks ago
.gitignore Initial commit 4 weeks ago
Cargo.lock Initial commit 4 weeks ago
Cargo.toml Initial commit 4 weeks ago
README.md An initial README file :) 4 weeks ago

README.md

A simplistic low-level compiler for a high-level shader bytecode.

Compiler backend, parser, bad prototype Rust:

ity

Compiler frontend (error reporting, validation...), fixing & cleaning up ity's bad Rust:

Avery