pub fn get_enum_element_names(enum_elements: &AstNode) -> Vec<String>
enum_elements should be the statement between then enum’s brackets ( ) e.g. x : ( this, that, etc)