The parser uses the Pest parsing library to convert an input string (such as (3+4i)*(1-2i)) into a structured parse tree according to grammar rules defined in grammar.pest. After parsing, the program ...