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

Intermediate translation to IR #108

Merged
merged 4 commits into from
Jun 19, 2018
Merged

Conversation

disolovyov
Copy link
Collaborator

Several braking changes in this PR:

  • Query paramaters are never externalized and are not accessible from AST
  • CypherAstWrapper is removed in favor of using CypherAst directly
  • ProcedureContext is no longer a part of Translator

Final rewritten Gremlin IR (Scala-based) can now be obtained from the AST by providing rewriters and post-conditions via a flavor, as well as a procedure context.

@disolovyov disolovyov added the enhancement New feature or request label Jun 19, 2018
@disolovyov disolovyov requested a review from dwitry June 19, 2018 10:35
@disolovyov disolovyov merged commit 1c23ade into opencypher:master Jun 19, 2018
@disolovyov disolovyov deleted the phase-api branch June 19, 2018 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants