3 rdmd - DMD Script Shell
14 Force re-compilation of source code [default = do not force]
16 Show detailed info of operations [default = do not show]
17 .IP --compiler=(dmd|gdmd)
18 Specify compiler [default = same compiler that compiled rdmd]
19 .IP --tmpdir=tmp_dir_path
20 Specify directory to store cached program and other temporaries [default = /tmp]
22 dmd or gdmd must be in the current user context $PATH
24 rdmd does not support execution of D source code via stdin
26 rdmd will only compile and execute files with '.d' or '.ds' file extensions
28 written by Dave Fladebo (linux version)
29 and Robert Mariottini (Windows version)
31 released into the public domain