We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: 1.1.5
a.thrift
/**奖**/ /*****/ struct Hello { /*commentthatcauseerror*/ 7: optional i32 A, }
run thrift-parser a.thrift will throw error like this Message: Invalid start to Thrift statement 7.
thrift-parser a.thrift
Message: Invalid start to Thrift statement 7
token is
{"type":"IntegerLiteral","text":"7","loc":{"start":{"line":5,"column":5,"index":65},"e nd":{"line":5,"column":6,"index":66}}}
It seems that parser did not recognize continuous comments which contains non-english words.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
version: 1.1.5
a.thrift
run
thrift-parser a.thrift
will throw error like thisMessage: Invalid start to Thrift statement 7
.token is
It seems that parser did not recognize continuous comments which contains non-english words.
The text was updated successfully, but these errors were encountered: