1SQ(1)                              squirrel                              SQ(1)
2
3
4

NAME

6       sq - Squirrel interpreter
7

SYNOPSIS

9       sq [ options ] [ script [ args ] ]
10

DESCRIPTION

12       sq  is  the standalone Squirrel interpreter. It loads and executes pro‐
13       grams written in the Squirrel programming language, either  in  textual
14       source  form  or  in  precompiled binary form. Precompiled binaries can
15       also be generated with sq using the -c option.
16
17       sq can be used both interactively and as a batch interpreter.
18
19       If sq is called without any options and arguments, interactive mode  is
20       entered. If script is specified, but not -c , the script is interpreted
21       and the program exits.
22

OPTIONS

24       -c     Compile the specified script into bytecode,  output  it  into  a
25              file, and exit
26
27       -o name
28              Output the bytecode -c generates into name instead of out.cnut
29
30       -d     Generate debug information
31
32       -h     Display a short help message
33
34       -v     Display version information
35

SEE ALSO

37       /usr/share/doc/squirrel-devel/html/
38
39       The Squirrel website: http://squirrel-lang.org/
40
41
42
43Version 3.2                     August 07, 2023                          SQ(1)
Impressum