You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both Lexer and Parser have setInputStream method so they can be reused. We could add an option to reuse them between tests of the same grammar to make sure it works properly.
Both Lexer and Parser have
setInputStreammethod so they can be reused. We could add an option to reuse them between tests of the same grammar to make sure it works properly.