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
Avoid crashing on ambiguous tokenization of char vs adjoint (#251)
The tokenizer can't really solve this case, it needs help from the
parser. ie, tighter coupling of tokenizer and parser.
However the workarounds here avoid crashing the parser and even gives
the right result in most cases.
0 commit comments