Skip to main content

Module parser_parse_while

Module parser_parse_while 

Source
Expand description

Node: cxx:Method:Luau.Ast:Ast/src/Parser.cpp:620:parseWhile

Faithful port of Parser::parseWhilewhile exp do block end. Tracks loop depth on the current function frame around the body parse and records the do keyword location for CST-free reconstruction.