.TH SQUIRREL 1 "April 03, 2016" "Version 3.1" "squirrel3" .SH NAME squirrel \- Squirrel interpreter .SH SYNOPSIS .B squirrel [ .I options ] [ .I script [ .I args ] ] .SH DESCRIPTION .B 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 .B squirrel using the .BI \-c option. .PP .B squirrel can be used both interactively and as a batch interpreter. .PP If .B squirrel is called without any options and arguments, interactive mode is entered. If .I script is specified, but not .BI \-c , the script is interpreted and the program exits. .SH OPTIONS .TP .BI \-c Compile the specified .I script into bytecode, output it into a file, and exit .TP .BI \-o " name" Output the bytecode .BI \-c generates into .I name instead of .I out.cnut .TP .BI \-d Generate debug information .TP .BI \-h Display a short help message .TP .BI \-v Display version information .SH SEE ALSO .BR "/usr/share/doc/squirrel3/reference.pdf" ", " .BR /usr/share/doc/libsquirrel-dev/stdlib.pdf The Squirrel website: .B http://squirrel-lang.org/