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 the allocator "relic" #434

Open ghost opened 3 years ago

ghost commented 3 years ago

well the rule name is just a suggestion ;)

AllocatorRelic ::= "new" "(" ")" ";"

it's a func decl and cas have attributes. This is because it will be kept in DMD-FE too, see https://github.com/dlang/dmd/pull/11581