vyre-libs 0.6.1

vyre Category A library ecosystem - pure-IR compositions over vyre-ops hardware primitives
Documentation
1
2
3
4
5
6
7
//! Rust lexer kernel: CPU reference and GPU dispatch.

/// CPU reference lexer (hand-written, validated against `rustc_lexer`).
pub mod core;

/// GPU sparse-dispatch lexer plan builder.
pub mod plan;