gdamore / tree-sitter-d

D Grammar for Tree Sitter
MIT License
41 stars 7 forks source link

Support Hexadecimal String Literals #28

Closed nordlow closed 3 months ago

nordlow commented 7 months ago

Examples of usage are at https://dlang.org/changelog/2.108.0.html#dmd.hexstring-cast.

gdamore commented 7 months ago

Looks reasonable, although DMD 2.108 is not yet released. I'll probably trail the release a little bit on these new extensions.

gdamore commented 3 months ago

So I think hex strings are much older than 2.108, but 2.108 added the suffix. Somehow this was missed in my original work.