SPC

NAME

spc - Speech Pascal Compiler

SYNOPSIS

spc [ options ] file.pas

spc [ options ] file.spc

DESCRIPTION

spc is a compiler for the language Speech Pascal. This is a simple dialect of Pascal suited to teaching programming and teaching simple digital signal processing. Compilation is performed by translation of the pascal to C and then through the use of the system C compiler which must be available and working. The translation and calling of the C compiler with the appropriate command line is performed automatically. Compilation errors are folded back into the source file. Pascal files with a '.pas' extension may not use any SFS functions such as replay or graphics, but are smaller and link faster. Pascal files with a '.spc' extension are linked with all libraries and are somewhat larger.

Documentation for the Speech Pascal language is still being written. In the meantime study the example programs.

OPTIONS

-I Identify program name and version number.

-C Translate to C only.

"other options" Other options are passed to the C compiler.

FILES

$(SFSBASE)\include\*.inc Pascal include files for SFS functions

$(SFSBASE)\include\spcc.h C include file for Speech Pascal

$(SFSBASE)\lib\spc.lib C library supporting Speech Pascal

VERSION/AUTHOR

1.0 Mark Huckvale

SEE ALSO

dspc
Fri Jul 09 14:54:50 2004