digitalmars.D.internals - Two DIP candidates posted
- Garrett D'Amore (10/10) Oct 27 2022 I've posted two DIP candidates for minor language simplifications
- Mike Parker (4/6) Oct 27 2022 And to potential providers of feedback, please leave all feedback
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
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