tr-lang 0.4.0

A programming language made to bring syntax closer to Turkish
Documentation
1
2
3
4
mod bytecode;

pub use bytecode::from_bytecode;
pub use bytecode::to_bytecode;