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
Interactive prompting and parser stop requests describe how the reader obtains
more input. Store that state on the reader and expose small queries for the
lexer and parser.
The accumulated interactive statement is already the tokenizer source. Return
it directly after a successful parse and remove duplicate source pointers from
tok_state.
0 commit comments