full_moon 0.3.0

A lossless Lua 5.1 parser
Documentation
{
  "UnexpectedToken": {
    "token": {
      "start_position": {
        "bytes": 9,
        "character": 10,
        "line": 1
      },
      "end_position": {
        "bytes": 14,
        "character": 15,
        "line": 1
      },
      "token_type": {
        "type": "Symbol",
        "symbol": "local"
      }
    },
    "additional": "expected function name"
  }
}