Open apalala opened 5 years ago
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
@@memoization :: False
This begs also adding the @memo decorator to override the default memoization?
@memo
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: