LL(k) doesn't handle parses that don't consume all their input. We need to make an executive decision on what to do about that; for the meantime, the test cases that were causing test_many and test_many1 to fail have been modified to ones that don't have trailing input.
LL(k) doesn't handle parses that don't consume all their input. We need to make an executive decision on what to do about that; for the meantime, the test cases that were causing test_many and test_many1 to fail have been modified to ones that don't have trailing input.