lumesh 0.18.2

a lighting shell ⚡ bash alternative
Documentation
1
2
3
4
5
6
#[test]
fn test_section() {
    let (tokens, diags) = lumesh::tokenize("hello §world");
    println!("tokens: {tokens:?}");
    println!("diags: {diags:?}");
}