Skip to content
New issue

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

Add Support for Operators #28

Open
Andrei15193 opened this issue Jul 11, 2020 · 1 comment
Open

Add Support for Operators #28

Andrei15193 opened this issue Jul 11, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Andrei15193
Copy link
Owner

Currently there is no support for operators. They are not used a lot, however it would be great to have them covered in the documentation tree.

@Andrei15193 Andrei15193 added the enhancement New feature or request label Jul 11, 2020
@Andrei15193 Andrei15193 self-assigned this Jul 11, 2020
@Andrei15193
Copy link
Owner Author

There is a whole bunch of operators that can be overloaded in C# (see: Operator overloading (C# reference)), this will not be targeted in beta1 as operator overloading in generally an edge case and most libraries do not ever overload them.

They will be covered in beta2 as introducing them will cause breaking changes (the DeclarationNodeVisitor will have a few extra abstract methods to cover the operator declaration nodes) which will bump the major version to 2 where operators should be included in version 1 as they are part of the C# language for quite a long time.

As the language progresses new major versions can be introduced as these are language features that could not have been included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant