mimium-test 2.0.0-alpha2

Common test modules & basic regression tests for mimium
Documentation
1
2
3
4
5
6
7
fn loopcounter(){
    (self+1.0) % 5.0
}

fn dsp(){
    loopcounter()
}