aver-lang 0.16.1

VM and transpiler for Aver, a statically-typed language designed for AI-assisted development
Documentation
pub mod ast;

pub mod builtins;

pub mod eval;

pub mod lexer;

pub mod match_mod;

pub mod parser;

pub mod parser_match;

pub mod resolver;

pub mod token;

pub mod value;