if_lang 0.1.0

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