Skip to content

Add separate Luau language support#1335

Open
StayBlue wants to merge 1 commit intoXAMPPRocky:masterfrom
StayBlue:luau-support
Open

Add separate Luau language support#1335
StayBlue wants to merge 1 commit intoXAMPPRocky:masterfrom
StayBlue:luau-support

Conversation

@StayBlue
Copy link
Copy Markdown

Previously, files with the .luau extension were treated as .lua files. The Luau language has detached pretty far from its Lua beginnings, adding features such as a native type system. It also has string syntax that should be modeled directly for correct counting that isn't valid in Lua, such as string interpolation.

It also doesn't have one-to-one compatibility with Lua code, which is enumerated here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant