afrim 0.6.2

Core library of the afrim input method.
Documentation
1
2
3
4
5
6
7
fn translate(input) {
    if (input == "hi") {
    	return ["hi", "", "hello", true];
    }
    
    return ["hi", "", "", false]; 
}