--- source: full-moon/tests/fail_cases.rs expression: result.errors input_file: full-moon/tests/cases/fail/parser/un-op-2 --- - AstError: token: start_position: bytes: 7 line: 1 character: 8 end_position: bytes: 10 line: 1 character: 11 token_type: type: Symbol symbol: not additional: expected an expression after not - AstError: token: start_position: bytes: 11 line: 1 character: 12 end_position: bytes: 14 line: 1 character: 15 token_type: type: Symbol symbol: end additional: "unexpected token, this needs to be a statement"