File: squirrel.1

package info (click to toggle)
squirrel3 3.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 1,332 kB
  • sloc: cpp: 12,721; ansic: 917; makefile: 316; python: 40
file content (64 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.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/