Skip to content

Allow lua keywords and identifiers with invalid characters#581

Merged
Perryvw merged 5 commits intomasterfrom
allow-lua-keywords
May 19, 2019
Merged

Allow lua keywords and identifiers with invalid characters#581
Perryvw merged 5 commits intomasterfrom
allow-lua-keywords

Conversation

@tomblind
Copy link
Copy Markdown
Collaborator

fixes #429
fixes #536
fixes #188

Lua keywords and built-ins are prepended with 4 underscores and invalid characters in identifier names are converted to hex char codes.

@Perryvw Perryvw merged commit e18bf59 into master May 19, 2019
@Perryvw Perryvw deleted the allow-lua-keywords branch May 19, 2019 14:04
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.

Declaring a variable "error" and then throwing it causes a crash Support invalid lua identifiers Mixing typeof and parameters named type

2 participants