atscc
The command atscc is a wrapper for convenience around the
ATS-compilation command atsopt. Sometimes, it is also given the
name patscc. In a given command-line starting with
atscc, each file containing ATS code is first to be replaced
with a corresponding file containing the C code generated by
atsopt from compiling the ATS code. A new command-line is then
formed by replacing atscc with a C-compilation command (such as
gcc and clang) and subsequently executed to compile the files containing
the generated C code.
Environment Variables
Option-controlling Flags