lalr-scm
lalr-scm copied to clipboard
Initialize problem
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.