Skip to content

Conversation

jansvoboda11
Copy link
Contributor

Instead of creating the AST directly in the parser (and libSyntax or SwiftSyntax via SyntaxParsingContext), make Parser to explicitly create a tree of ParsedSyntaxNodes. Their OpaqueSyntaxNodes can be either libSyntax or SwiftSyntax. If AST is needed, it can be generated from the libSyntax tree.
This PR contains the refactor of a few parsing methods for expressions.

This PR is a part of a Google Summer of Code 2019 project.

Work in progress, depends on #26478.

@rintaro rintaro self-assigned this Aug 20, 2019
@rintaro
Copy link
Member

rintaro commented Oct 21, 2019

Stale. Closing.

@rintaro rintaro closed this Oct 21, 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.

2 participants