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
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
I tried to parse a thrift file with these lines:
It returned an exception
thriftrw.errors.ThriftParserError: Illegal characher '/' at line 1
If I add a different character between the
*
and the/
, it parses correctly.I'm guessing the lexer is ignoring the space between the
*
and/
and doesn't know how to parse a comment with two endings. See also #142.The text was updated successfully, but these errors were encountered: