www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.internals - Two DIP candidates posted

reply Garrett D'Amore <garrett damore.org> writes:
I've posted two DIP candidates for minor language simplifications 
that I'd like feedback on.

The first, https://github.com/dlang/DIPs/pull/233 proposes to 
deprecate the use of a trailing decimal from the floating point 
syntax.

The second, https://github.com/dlang/DIPs/pull/234 proposes to 
remove support for comments in #line (as well as any other as yet 
unspecified) special token sequences.

These both came about as a result of my work on a tree-sitter 
grammar for D.
Oct 27 2022
parent Mike Parker <aldacron gmail.com> writes:
On Thursday, 27 October 2022 at 15:25:03 UTC, Garrett D'Amore 
wrote:
 I've posted two DIP candidates for minor language 
 simplifications that I'd like feedback on.
And to potential providers of feedback, please leave all feedback in the PR threads on git rather than here. Thanks!
Oct 27 2022