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/cases/fail/parser/repeat-until-4
---
- AstError:
    token:
      start_position:
        bytes: 15
        line: 3
        character: 1
      end_position:
        bytes: 20
        line: 3
        character: 6
      token_type:
        type: Symbol
        symbol: until
    additional: "expected a condition after `until`"
- AstError:
    token:
      start_position:
        bytes: 21
        line: 3
        character: 7
      end_position:
        bytes: 24
        line: 3
        character: 10
      token_type:
        type: Symbol
        symbol: end
    additional: "unexpected token, this needs to be a statement"