thal 0.0.1

Reactive semantic runtime — molecules, reactions, and effect actors for building LLM-backed applications as dataflow programs.
Documentation
1
2
3
4
5
6
pub mod ast;
pub mod lex;
pub mod parse;

pub use ast::*;
pub use parse::{parse_file, parse_str};