pub fn parse_and_compare_ast( first: &String, second: &String, ) -> Result<bool, Error>
Parses two strings into ASTs and compares them for equality