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

Add parser goal nonterminal for delazification #441

Open
jorendorff opened this issue Apr 3, 2020 · 0 comments
Open

Add parser goal nonterminal for delazification #441

jorendorff opened this issue Apr 3, 2020 · 0 comments

Comments

@jorendorff
Copy link
Contributor

jorendorff commented Apr 3, 2020

The entry point to the existing C++ parser is functionFormalParamtersAndBody; it takes a FunctionSyntaxKind parameter that controls what exactly the method parses. It's very ad hoc.

We have to have compatible behavior, but don't want to replicate this hacky behavior, so we will want a handful of goal nonterminals that we use for delazification.

@jorendorff jorendorff added MVP MVP Project Work - In Scope With A Commitment To Complete. P2 Project Work (MVP or Reserve) that is available for selection. labels Apr 3, 2020
@jorendorff jorendorff added this to the 6 Prep - Delazification milestone Apr 3, 2020
@jorendorff jorendorff removed MVP MVP Project Work - In Scope With A Commitment To Complete. P2 Project Work (MVP or Reserve) that is available for selection. labels May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant