Compile from stdin

Benjamin Schulte aldoric at gmx.de
Tue May 6 05:21:02 PDT 2008


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.



More information about the Digitalmars-d mailing list