tr-lang 0.4.0

A programming language made to bring syntax closer to Turkish
Documentation
1
2
3
4
5
6
#[allow(dead_code)]
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

pub mod globarg {
    pub static mut SUPRESS_WARN: bool = false;
}