hlx 1.2.5

Configuration language designed specifically for ml/ai/data systems
Documentation
1
2
3
4
5
6
7
8
9
pub mod ops;
pub mod parser;
pub mod lexer;
pub mod types;
pub mod ast;
pub mod value;
pub mod verify;
pub mod interpreter;
pub mod output;