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

Upgrade Language specification #2

Open
fred-perkins opened this issue Oct 5, 2016 · 0 comments
Open

Upgrade Language specification #2

fred-perkins opened this issue Oct 5, 2016 · 0 comments

Comments

@fred-perkins
Copy link
Collaborator

fred-perkins commented Oct 5, 2016

Currently the compiler is targeting against the ISO C#2 standard. To add new features we need to upgrade the target to a more modern language specification.
Ideally we need to target C#4 and above for additions to the compiler.

It should also be possible to target a modern specification and then add a set of client analysers which report where unsupported features are added

@fred-perkins fred-perkins added this to To do in CSharp 3 Jul 31, 2019
@fred-perkins fred-perkins moved this from To do to Done in CSharp 3 Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
CSharp 3
  
Done
Development

No branches or pull requests

1 participant