vyre-libs 0.6.3

vyre Category A library ecosystem - pure-IR compositions over vyre-ops hardware primitives
Documentation
1
2
3
4
5
6
7
//! Go structural extraction passes.

/// Go-specific AST-shaped operations: goroutines, channels, defer.
pub mod ast_ops;
/// Declaration/package/import extraction.
pub mod structure;
mod token_predicates;