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
Currently cxgo cannot translate any comments. To make it work, we need some support from cc side.
cxgo
The text was updated successfully, but these errors were encountered:
From the chat with cznic:
cznic
cc/v3 can capture all semantic white space, which includes comments. Set PreserveWhiteSpace to true in https://godoc.org/modernc.org/cc/v3#Config3.
cc/v3
PreserveWhiteSpace
true
Sorry, something went wrong.
dennwc
No branches or pull requests
Currently
cxgo
cannot translate any comments. To make it work, we need some support from cc side.The text was updated successfully, but these errors were encountered: