fastc 0.1.0

A safe C-like language that compiles to C11
Documentation
1
2
3
4
5
//! Diagnostic infrastructure

mod errors;

pub use errors::*;