if_lang 0.1.1

Intent-first functional IR language for LLM-friendly logic drafts
Documentation
1
2
3
4
5
6
7
8
pub mod ast;
pub mod error;
pub mod eval;
pub mod lexer;
pub mod lower;
pub mod parser;
pub mod py_extra;
pub mod validate;