tsar 0.3.0

Tsar programming language
Documentation
1
2
3
pub trait Lower {
    fn lower(&self) -> String;
}