--- source: full-moon/tests/fail_cases.rs expression: result.errors --- - AstError: token: start_position: bytes: 14 line: 1 character: 15 end_position: bytes: 15 line: 1 character: 16 token_type: type: Symbol symbol: "." additional: "unexpected token, this needs to be a statement" - AstError: token: start_position: bytes: 18 line: 1 character: 19 end_position: bytes: 19 line: 1 character: 20 token_type: type: Symbol symbol: "<" additional: unexpected expression when looking for a statement - AstError: token: start_position: bytes: 18 line: 1 character: 19 end_position: bytes: 19 line: 1 character: 20 token_type: type: Symbol symbol: "<" additional: "unexpected token, this needs to be a statement" - AstError: token: start_position: bytes: 25 line: 1 character: 26 end_position: bytes: 26 line: 1 character: 27 token_type: type: Symbol symbol: ">" additional: unexpected expression when looking for a statement - AstError: token: start_position: bytes: 25 line: 1 character: 26 end_position: bytes: 26 line: 1 character: 27 token_type: type: Symbol symbol: ">" additional: "unexpected token, this needs to be a statement"