hirn-query 0.1.0

HirnQL parser, AST, and compiler for the hirn cognitive memory database
Documentation
1
2
3
4
5
pub mod ast;
mod parse;

pub use ast::*;
pub use parse::{ParseError, QueryLimits, parse, parse_with_limits};