full_moon 2.2.0

A lossless Lua parser
Documentation
---
source: full-moon/tests/fail_cases.rs
expression: result.errors
input_file: full-moon/tests/lua53_cases/fail/parser/double-greater-than-binop
---
- AstError:
    token:
      start_position:
        bytes: 77
        line: 2
        character: 13
      end_position:
        bytes: 78
        line: 2
        character: 14
      token_type:
        type: Symbol
        symbol: ">"
    additional: expected expression after binary operator
- AstError:
    token:
      start_position:
        bytes: 79
        line: 2
        character: 15
      end_position:
        bytes: 80
        line: 2
        character: 16
      token_type:
        type: Symbol
        symbol: ">"
    additional: "unexpected token, this needs to be a statement"