Re: Simple spell check in new DMD release

2010-03-08 Thread Joel Christensen
Thanks Lars, sounds cool. :-) Lars T. Kyllingstad wrote: Joel Christensen wrote: How does it work? I couldn't even see it. Not in the windows\bin directory or the dmd help. It's built into the compiler. :) test.d: struct S { int fooBar; } void main() { S

Re: Simple spell check in new DMD release

2010-03-08 Thread Lars T. Kyllingstad
Joel Christensen wrote: How does it work? I couldn't even see it. Not in the windows\bin directory or the dmd help. It's built into the compiler. :) test.d: struct S { int fooBar; } void main() { S s; s.fooBaz = 1; } Compilation: dmd test.d

Simple spell check in new DMD release

2010-03-08 Thread Joel Christensen
How does it work? I couldn't even see it. Not in the windows\bin directory or the dmd help.