vyre-libs 0.7.2

vyre Category A library ecosystem - pure-IR compositions over foundation IR and primitive-owned kernels
Documentation
1
2
3
4
5
6
//! Go 1.21 parser modules  -  lexer + structural extraction passes.

/// Byte-oriented GPU lexer for the Go frontend.
pub mod lex;
/// Structural extraction passes for Go declarations and AST-shaped ops.
pub mod parse;