digitalmars.D.learn - D compiler without saving code to files
- Tim M (4/4) Jan 19 2009 Is it possible to compile D source code to object files without first
Is it possible to compile D source code to object files without first saving the source to the filesystem. I kind of would like to generate the code within the program and use a static or dynamicly linked program to compile it. Not like interpreting script language.
Jan 19 2009