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

Helper method calls on literals don't cause parser errors anymore #268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Wosi
Copy link
Contributor

@Wosi Wosi commented Aug 22, 2018

Helper methods can be called on String and Integer literals like this:

'test'.isEmpty; 4.ToString;
Right now DelphiAST fails with a parser error when it encounters lines like these.
With this PR DelphiAST will generate valid expression nodes.

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.

None yet

1 participant