fastc 0.1.0

A safe C-like language that compiles to C11
Documentation
1
2
3
//! Source span tracking

pub use crate::lexer::token::{Span, Spanned};