lalr-scm icon indicating copy to clipboard operation
lalr-scm copied to clipboard

Initialize problem

Open shkmr opened this issue 9 years ago • 0 comments

Hi, I found ___input in lr-driver is not initialized at runtime. Without this, I can not call a parser made by lalr-parser multiple times. (See basic-06-test in this PR) I added the test for both lr and glr driver. Although glr-driver is fine.

shkmr avatar Feb 16 '16 04:02 shkmr