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

Update the enum context throughout the parser. #3

Open
joncatanio opened this issue Dec 22, 2017 · 0 comments
Open

Update the enum context throughout the parser. #3

joncatanio opened this issue Dec 22, 2017 · 0 comments
Assignees
Milestone

Comments

@joncatanio
Copy link
Owner

A context should be passed down through to each call. CPython represents this context with keywords like del which may change the context from Load or Store to Del. It shouldn't be conceptually difficult but it is quite a large update that needs to be done when the parser is in a more complete state.

@joncatanio joncatanio self-assigned this Dec 22, 2017
@joncatanio joncatanio added this to the MVP Release milestone Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant