cha-parser 0.1.1

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