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

Named entities not lexed correctly #405

Closed ghost closed 4 years ago

ghost commented 4 years ago

test case

module bug;

const a = "\©";  // Declaration expected
const b = "\™";  // Declaration expected

but those are valid declarations.