DOKK / manpages / debian 11 / squirrel3 / squirrel3.1.en
SQUIRREL(1) squirrel3 SQUIRREL(1)

squirrel - Squirrel interpreter

squirrel [ options ] [ script [ args ] ]

squirrel is the standalone Squirrel interpreter. It loads and executes programs written in the Squirrel programming language, either in textual source form or in precompiled binary form. Precompiled binaries can also be generated with squirrel using the -c option.

squirrel can be used both interactively and as a batch interpreter.

If squirrel is called without any options and arguments, interactive mode is entered. If script is specified, but not -c , the script is interpreted and the program exits.

Compile the specified script into bytecode, output it into a file, and exit
Output the bytecode -c generates into name instead of out.cnut
Generate debug information
Display a short help message
Display version information

/usr/share/doc/squirrel3/reference.pdf, /usr/share/doc/libsquirrel-dev/stdlib.pdf

The Squirrel website: http://squirrel-lang.org/

April 3, 2016 Version 3.1