full_moon 2.2.0

A lossless Lua parser
Documentation
---
source: full-moon/tests/fail_cases.rs
assertion_line: 56
expression: "String::from_utf8(output.into_inner()).unwrap()"
input_file: full-moon/tests/cases/fail/parser/function-8
---
error[ast]: expected name after `:`
  ┌─ source.lua:1:15
  │
1 │ function name:3() end
  │               ^

error[ast]: unexpected token, this needs to be a statement
  ┌─ source.lua:1:15
  │
1 │ function name:3() end
  │               ^

error[ast]: expected an expression after `(`
  ┌─ source.lua:1:16
  │
1 │ function name:3() end
  │                ^

error[ast]: unexpected token, this needs to be a statement
  ┌─ source.lua:1:17
  │
1 │ function name:3() end
  │                 ^