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 continuestatement -
Add CompoundAssignStatementinStatement -
Add Binary number -
Allow _in numbers
More information about Luau syntax: https://luau-lang.org/syntax
Edited by jeparlefrancais