aver-lang 0.9.4

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

mod binop;
mod expr;
mod list_calls;
mod map_calls;
mod patterns;
mod records;
mod vector_calls;