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

Minimal query expression syntax, and other minor improvements #30

Merged
merged 9 commits into from
Feb 24, 2018

Conversation

GrahamTheCoder
Copy link
Member

Makes a start fixing #29

Also improves support for:

  • Multi-dimensional array creation syntax
  • Extension method syntax
  • Labels and goto statements

Haven't handled the case of aggregates other than Group (such as Count()) which are allowed in VB - need to figure out the closest equivalent syntax in C#
Name of group variable isn't declared in the C#, could add an extra "let" if this becomes a problem
@GrahamTheCoder GrahamTheCoder merged commit e01487a into master Feb 24, 2018
@GrahamTheCoder GrahamTheCoder deleted the query-expression-syntax branch February 24, 2018 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant