cha-parser 0.5.2

Tree-sitter based AST parser for Cha (TypeScript, Rust)
1
2
3
fn hello() {
    println!("hello");
}