logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

squirrel - Squirrel interpreter

Description

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.

Name

       squirrel - Squirrel interpreter

Options

-c     Compile the specified script into bytecode, output it into a file, and exit

       -oname
              Output the bytecode -c generates into name instead of out.cnut-d     Generate debug information

       -h     Display a short help message

       -v     Display version information

See Also

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

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

Version 3.1                                      April 03, 2016                                      SQUIRREL(1)

Synopsis

squirrel [ options ] [ script [ args ] ]

See Also