ling-lang 2030.1.33

Ling - The Omniglot Systems Language
Documentation
1
2
3
4
5
6
7
mod checker;
mod constraints;
mod lifetime;
mod move_check;
mod region;

pub use checker::BorrowChecker;