Hello.

I've run into a problem.

dmd foo/bar/bizz.d

bizz.d:
 module bar.bizz;
 ...

dmd thinks it's looking at module foo.bar.bizz and generally gets confused unless supplied with -Ifoo. As a user, I'm not manually specifying that -Ifoo. So I need some bare-bones lexing capabilities.

I have an ANTLR lexer grammar, which will do fine, unless the module name contains unicode characters.

Any other suggestions?

Reply via email to