| Re: How do I compile my sml source code to a execution file |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.functional · Group Profile
Author: TorbenTorben Date: Nov 24, 2006 00:39
"akira32" yahoo.com.tw> writes:
> How do I compile my sml source code to a execution file
Depends on which SML compiler you use. For Moscow ML, you write
mosmlc -o targetfile sourcefile.sml
Torben
|