pub struct Language { pub name: String, pub node_types: &'static str, }