Lua AST Parser
Enter Lua code on the left to see the parsed AST on the right
Luau
Lua 5.1
Lua 5.2
Lua 5.3
Input
local function greet(name: string): string return `Hello, {name}!` end local message = greet("World") print(message)
7 LINES
122 CHARACTERS
AST Output
Loading WASM parser...
INITIALIZING...