Revert "intermediate commit: work towards making all of 'obj' LALR"
This reverts commit 1d031337. The above commit changed string parsing to an explicit recursion. But as long as we're using packrat (i.e. recursive descent), this is going to run us out of stack on very long strings (viz. ones that are never closed).
Loading