Skip to content

melon.lua

garryspins edited this page Feb 27, 2026 · 4 revisions

melon.lua


shared link

Contains utilities relating to meta-lua things, such as a parser.
melon

Members

melon.lua.NodeKinds

shared link

Contains all kinds of AST nodes, includes statements and expressions

melon.lua.TokenKinds

shared link
List of all kinds of tokens with comments describing what their data should be Taken from https://github.com/gmodls/gmodls/blob/develop/gmodls-analyzer/src/lex.rs

Clone this wiki locally