plotnik-compiler 0.3.2

Compiler for Plotnik query language (parser, analyzer, bytecode emitter)
Documentation
1
2
3
4
5
6
7
8
//! Compile-time IR for bytecode emission.

mod ir;

#[cfg(test)]
mod ir_tests;

pub use ir::*;