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
Invalid #pragma preprocessor directives produce warnings. The compiler is able to parse (and ignore) them. This is not the case currently with the tree-sitter grammar.
For example the below produces an AST on sharplab.io:
Invalid
#pragma
preprocessor directives produce warnings. The compiler is able to parse (and ignore) them. This is not the case currently with the tree-sitter grammar.For example the below produces an AST on sharplab.io:
I think these invalid directives come up fairly rarely. The only one that I've seen was
#pragma warning suppress ...
.The text was updated successfully, but these errors were encountered: