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
Don't bind symbol for built-in operators. Only for custom ones.
Use SemanticModel.GetTypeInfo to figure out what CLR type an expression returns.
SemanticModel.GetTypeInfo
Needs implementation.
Will be useful for codegen.
The text was updated successfully, but these errors were encountered:
Implement SemanticModel.GetTypeInfo #60 #61
6fa0eb7
No branches or pull requests
Don't bind symbol for built-in operators. Only for custom ones.
Use
SemanticModel.GetTypeInfo
to figure out what CLR type an expression returns.Needs implementation.
Will be useful for codegen.
The text was updated successfully, but these errors were encountered: