full_moon 2.2.0

A lossless Lua parser
Documentation
---
source: full-moon/tests/fail_cases.rs
expression: result.errors
---
- AstError:
    token:
      start_position:
        bytes: 16
        line: 1
        character: 17
      end_position:
        bytes: 17
        line: 1
        character: 18
      token_type:
        type: Symbol
        symbol: "<"
    additional: "unexpected token, this needs to be a statement"
- AstError:
    token:
      start_position:
        bytes: 23
        line: 1
        character: 24
      end_position:
        bytes: 24
        line: 1
        character: 25
      token_type:
        type: Symbol
        symbol: ">"
    additional: unexpected expression when looking for a statement
- AstError:
    token:
      start_position:
        bytes: 23
        line: 1
        character: 24
      end_position:
        bytes: 24
        line: 1
        character: 25
      token_type:
        type: Symbol
        symbol: ">"
    additional: "unexpected token, this needs to be a statement"