Add memoization to machine parser
goodmami opened this issue · comments
Michael Wayne Goodman commented
The machine parser is currently working well, except that it doesn't do memoization so it is susceptible to bad performance on some kinds of grammars. Memoization needs to be added.