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 @@memoization directive #128

Open
apalala opened this issue May 20, 2019 · 1 comment
Open

Add @@memoization directive #128

apalala opened this issue May 20, 2019 · 1 comment

Comments

@apalala
Copy link
Collaborator

apalala commented May 20, 2019

Currently, the only way to turn off memoization for a grammar is through the code creating the parser or invoking the parse.

A @@memoization directive would allow a grammar to choose not to memoize:

@@memoization :: False
@apalala apalala added this to Triage in release-plan via automation May 20, 2019
@apalala apalala moved this from Triage to To Do in release-plan May 20, 2019
@apalala
Copy link
Collaborator Author

apalala commented May 21, 2019

This begs also adding the @memo decorator to override the default memoization?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
release-plan
  
To Do
Development

No branches or pull requests

1 participant