xrcf 0.8.0

eXtensible and Reusable Compiler Framework
Documentation
1
2
3
4
5
6
7
8
9
//! Target-specific operations.
//!
//! These operations are only used as targets so do not implement parsing logic.
//!
//! This module is called `targ3t` because `target` created issues with `cargo
//! watch`.

pub mod llvmir;
pub mod wat;