Parser

A parser for Lua

Constructors

this
this(Lexer lexer, Diagnostic[] diagnostics)

Create a new parser

Members

Functions

toplevel
Block toplevel()

Parse the top-level block

Meta