chaf 0.1.0

A CLI filter tool that removes lines based on logical conditions using AND, OR, NOT, and parentheses.
Documentation
1
2
3
4
mod ast;
pub mod evaluator;
pub mod filter;
pub mod parser;