X Tutup
Skip to content

Fix for property access on string and array literals#650

Merged
Perryvw merged 1 commit intomasterfrom
bugfix/literal-property-access
Jul 7, 2019
Merged

Fix for property access on string and array literals#650
Perryvw merged 1 commit intomasterfrom
bugfix/literal-property-access

Conversation

@tomblind
Copy link
Collaborator

@tomblind tomblind commented Jul 3, 2019

fixes #644

Also addressed a couple other things which came up:

  • Element call expressions were not adding one to array index
  • Indexing strings and arrays with types other than numbers created invalid lua code when attempting to add one

fixes #644

Also addressed a couple other things which came up:
- Element call expressions were not adding one to array index
- Indexing strings and arrays with types other than numbers created invalid lua code when attempting to add one
@Perryvw Perryvw merged commit 44fdccf into master Jul 7, 2019
@Perryvw Perryvw deleted the bugfix/literal-property-access branch July 7, 2019 13:18
@ark120202 ark120202 mentioned this pull request Jul 25, 2019
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.

Parentheses not being used when accessing literals in certain ways

2 participants

X Tutup