aver-lang 0.27.0

VM and transpiler for Aver, a statically-typed language designed for AI-assisted development
Documentation
1
2
3
4
5
6
7
8
9
10
use super::*;

mod binop;
mod expr;
pub(in crate::types::checker) use expr::type_is_fully_concrete;
mod list_calls;
mod map_calls;
mod patterns;
mod records;
mod vector_calls;