xrcf 0.1.0

A compiler framework to enable the rapid development of programming language compilers
Documentation
1
2
3
4
5
6
//! 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;