Skip to content
New issue

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

Convert array and string length into a property accessor #120

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

javiertuya
Copy link
Contributor

@javiertuya javiertuya commented Aug 21, 2024

Fixes #119

  • Converts string length expressions str.length() into str.Length
  • Converts array length expressions arr.length into arr.Length
  • Adds tests for similar conversions already implemented (size, get, set)

@paulirwin
Copy link
Owner

This is great, thank you!

@paulirwin paulirwin merged commit 09e695d into paulirwin:master Aug 25, 2024
2 checks passed
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.

Array and string length are converted into non compilable code
2 participants