use crate;
/// CPU reference for the eval engine.
///
/// Input serialization is a custom binary format containing:
/// - programs count, then each program's bytecode
/// - evaluation plan fields
/// - match events
/// - file context
/// - file bytes
///
/// Output: one byte per program (0 or 1 indicating whether it fired).