We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel update for roblox-aurora/zirconium-ast#14
CommandStatements
VariableDeclarations
ArrayIndexExpression
PropertyAccessExpression
ForInStatement
Block
FunctionDeclaration
Will update this if I missed anything.
The text was updated successfully, but these errors were encountered:
Vorlias
No branches or pull requests
Parallel update for
roblox-aurora/zirconium-ast#14
Goals
CommandStatements
VariableDeclarations
in the current stackArrayIndexExpression
andPropertyAccessExpression
ForInStatement
should take values from the rhs expression and pass them to the next block as local(s)Block
should keep local identifiers to the scopeFunctionDeclaration
should accept values passed to it in order of arguments or (with keys - the argument names)Will update this if I missed anything.
The text was updated successfully, but these errors were encountered: