NAME
sac - the Scott Adams Compiler
SYNOPSIS
sac crystal.sac > crystal.sao
scottfree crystal.sao
DESCRIPTION
sac
compiles the Scott Adams source file names on the command-line, writing the resulting TRS-80 format game file on standard output. This should usually be redirected to a file, often with a .sao
(Scott Adams Object) extension, from where it can be run using an interpreter such as scottfree
.
Any error messages are written onto standard error.
SEE ALSO
Games::ScottAdams
, the library that implements this program.
AUTHOR
Mike Taylor <mike@miketaylor.org.uk>
First version Wednesday 1st November 2006.