dlang-community / libdparse

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

valid syntax isn't parsed correctly #496

Closed brianush1 closed 1 year ago

brianush1 commented 1 year ago
mixin("int") variableName;

is a valid way of declaring a variable in D, but libdparse raises the error Expected `;` instead of identifier `variableName`