Support Luau syntax (switch to fullmoon)

This replaces the parser to use full-moon. The AST still does not support Luau technically, because it does not have any understanding of type declarations and annotations.

Related to #40

  • Remove panics in parser AST conversion
  • Add continue statement
  • Add CompoundAssignStatement in Statement
  • Add Binary number
  • Allow _ in numbers

More information about Luau syntax: https://luau-lang.org/syntax

Edited by jeparlefrancais

Merge request reports

Loading