|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D - Compile from stdin
Hi! Is there a way to compile a sourcecode from stdin? It would be very helpful to be able to compile a sourcecode from stdin direct into an object file, without saving it first into a temporary file. Like using type test.d |dmd dmd < test.d Or is it possible with gdc? Thanks in advance. May 06 2008
Benjamin Schulte Wrote:Hi! Is there a way to compile a sourcecode from stdin? It would be very helpful to be able to compile a sourcecode from stdin direct into an object file, without saving it first into a temporary file. Like using type test.d |dmd dmd < test.d Or is it possible with gdc? May 06 2008
Benjamin Schulte Wrote:Hi! Is there a way to compile a sourcecode from stdin? It would be very helpful to be able to compile a sourcecode from stdin direct into an object file, without saving it first into a temporary file. Like using type test.d |dmd dmd < test.d Or is it possible with gdc? Thanks in advance. May 06 2008
Reply to Benjamin,Hi! Is there a way to compile a sourcecode from stdin? It would be very helpful to be able to compile a sourcecode from stdin direct into an object file, without saving it first into a temporary file. Like using type test.d |dmd dmd < test.d Or is it possible with gdc? Thanks in advance. May 06 2008
BCS wrote:Walter: any way we can get a "don't adjust the filename" flag? May 08 2008
Walter Bright Wrote:BCS wrote:Walter: any way we can get a "don't adjust the filename" flag? May 08 2008
Reply to Walter,BCS wrote:Walter: any way we can get a "don't adjust the filename" flag? May 08 2008
BCS wrote:Reply to Walter,BCS wrote:Walter: any way we can get a "don't adjust the filename" flag? May 08 2008
Reply to Walter,BCS wrote:Reply to Walter,BCS wrote:Walter: any way we can get a "don't adjust the filename" flag? May 08 2008
|