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/local-function-7
---
- AstError:
    token:
      start_position:
        bytes: 23
        line: 1
        character: 24
      end_position:
        bytes: 24
        line: 1
        character: 25
      token_type:
        type: Symbol
        symbol: ","
    additional: trailing commas in arguments are not allowed