tr-lang programming language is a language that aims to make programming simpler for turkish speaking groups
pub use lexer::Lexer;
pub use parser::Parser;
pub use runtime::Run;