Module full_moon::ast::lua52[][src]

Expand description

Contains the nodes necessary to parse Lua 5.2. Only usable when the “lua52” feature flag is enabled.

Structs

Goto

A goto statement, such as goto label.

Label

A label, such as ::label::.