dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
114 stars 56 forks source link

Add support for bitfields #464

Closed ryuukk closed 1 year ago

ryuukk commented 2 years ago

Apparently it is headed for the upcoming update: https://dlang.org/changelog/pending.html#bitfields

We should prepare for it

maxhaton commented 2 years ago

It's under a preview flag keep in mind

WebFreak001 commented 2 years ago

preview flags should be supported by libdparse, so adding parsing for this early on is a good idea.

ryuukk commented 1 year ago

It's under a preview flag keep in mind

https://dlang.org/changelog/2.101.0.html

9 days until the release

And now users will discover a new feature and their tools will report their code as error 👏