Scroll to navigation

SMLSHARP(1) SMLSHARP SMLSHARP(1)

NAME

shlsharp - Standard ML compiler with practical extensions

SYNOPSIS

smlsharp [options] file ...

DESCRIPTION

SML# is a new programming language in the Standard ML family being developed at RIEC (Research Institute of Electrical Communication), Tohoku University. Its design goal is to provide practically important extensions while maintaining the compatibility of the Definition of Standard ML.

OPTIONS:

print this message
verbose mode
place the output to <file>
compile only; do not assemble and link
compile and assemble; do not link
make dependency for compile
make dependency for compile but ignore system files
make dependency for link
make dependency for link but ignore system files
check for syntax errors, and exit
check for type errors, and exit
print main entry identifiers, and exit
add <dir> to file search path
add <dir> to library path of the linker
link with <libname> to create an executable file
pass comma-separated <args> to the linker
pass comma-separated <args> to the assembler
set target platform to <target>
no standard file search path is used
set extra option for compiler developers.

AUTHOR

This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org> for the Debian GNU/Linux system (but may be used by others).

24 Jul 2012 SMLSHARP