dmdz
Ellery Newcomer
ellery-newcomer at utulsa.edu
Mon Mar 15 21:26:21 PDT 2010
On 03/15/2010 10:04 PM, Nick Sabalausky wrote:
> "Ellery Newcomer"<ellery-newcomer at utulsa.edu> wrote in message
> news:hnmbkl$2rsj$1 at digitalmars.com...
>> 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?
>
> I'd just require a setting in dmd.conf for that.
>
>
Of course it turns out to be a screwy zip file. Nevermind..
Is dmd.conf really a good name for that file? I'm of the opinion now
that it isn't, since it isn't the same thing and it does confuse dmd
when executed in the directory containing it. dmdz.conf?
More information about the Digitalmars-d
mailing list