dotnet / vblang

The home for design of the Visual Basic .NET programming language and runtime library.
286 stars 63 forks source link

LDM Meeting Notes #270

Open KathleenDollard opened 6 years ago

KathleenDollard commented 6 years ago

Just wanted to remind folks that you can keep up with the LDM with the meeting notes. You can be notified when they are posted by subscribing to https://github.com/dotnet/vblang/issues/189.

ericmutta commented 6 years ago

@KathleenDollard there's broken link in your comment on that #189 page:

broken_link

KathleenDollard commented 6 years ago

@ericmutta

Thanks, should be fixed now

AdamSpeight2008 commented 6 years ago

@KathleenDollard Just a note on the propose grammar talked about in 2018.02.28.

Open ended x.. and ..x and .. also work. Could be a problem within With ... End Blocks and XML Literals Axis operator ...

An alternative

Dim peice0 = Slice( x To y )
Dim peice1 = Slice( _ To y ) ' ie discard
Dim peice2 = Slice( x To _ ) ' ie discard