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

Handle keywords in object, enum and and method names #1171

Merged
merged 13 commits into from
Aug 22, 2022

Conversation

krisbitney
Copy link
Contributor

@krisbitney krisbitney commented Aug 22, 2022

This PR extends keyword handling to object, enum, and method names.

It makes a schema like this possible:

type Module {
  if(
    if: else!
  ): else!
}

type else {
  for: String!
}

Closes #842.

…re namespaced; removed "get" and "set" from AS keywords list
…to use "_" prefix instead of "m_" for keywords
@dOrgJelli dOrgJelli merged commit 0b1820c into origin-dev Aug 22, 2022
@dOrgJelli dOrgJelli deleted the reserved-words-update branch August 22, 2022 18:41
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.

2 participants