GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
A68G(1) FreeBSD General Commands Manual (prm) A68G(1)

a68g - Algol 68 Genie, an Algol 68 compiler-interpreter

a68g [--apropos | --help | --info [string]] [--assertions | --no-assertions] [--backtrace | --no-backtrace] [--brackets] [--check | --no-run] [--compile | --no-compile] [--clock] [--debug | --monitor] [--echo string] [--execute unit | -x unit] [--exit | --] [--extensive] [-f | --file string] [--frame number] [--handles number] [--heap number] [--listing] [--moids] [-O | -O0 | -O1 | -O2 | -O3] [--object | --no-object] [--overhead number] [--optimise | --no-optimise] [--pedantic] [--portcheck | --no-portcheck] [--pragmats | --no-pragmats] [--precision number] [--prelude-listing] [--pretty-print] [--print unit | -p unit] [--quiet] [--quote-stropping] [--reductions] [--rerun] [--run] [--script string] [--source | --no-source] [--stack number] [--statistics] [--strict] [--terminal] [--time-limit number] [--trace | --no-trace] [--tree | --no-tree] [--unused] [--upper-stropping] [--verbose] [--version] [--warnings | --no-warnings] [--xref | --no-xref] filename

Algol 68 Genie (Algol68G) is an Algol 68 compiler-interpreter. It can be used for executing Algol 68 programs or scripts. Algol 68 is a rather lean orthogonal general-purpose language that is a beautiful means for denoting algorithms. Algol 68 was designed as a general-purpose programming language by IFIP Working Group 2.1 (Algorithmic Languages and Calculi) that has continuing responsibility for Algol 60 and Algol 68.

Algol 68 Genie and its documentation can be obtained from


https://jmvdveer.home.xs4all.nl/

Options are passed to a68g either from the file .a68g.rc in the working directory, the environment variable A68G_OPTIONS, the command-line or from pragmats.

Option precedence is as follows: pragmat options supersede command-line options, command-line options supersede options in environment variable A68G_OPTIONS, A68G_OPTIONS supersedes options in .a68g.rc.

Listing options, tracing options and -pragmat, -nopragmat, take their effect when they are encountered in a left-to-right pass of the program text, and can thus be used, for example, to generate a cross reference for a particular part of the program.

Where numeric arguments are required, suffices k, M or G are allowed for multiplication with 2 ** 10, 2 ** 20 or 2 ** 30 respectively.

| | [string]
Print info on options if string is omitted, or print info on string otherwise.
|
Control elaboration of assertions.
|
Control whether a stack backtrace is done in case a runtime-error occurs.
Consider [ .. ] and { .. } as being equivalent to ( .. ). Traditional Algol 68 syntax allows ( .. ) to replace [ .. ] in bounds and slices.
|
Check syntax only, the interpreter does not start.
Report execution time excluding time needed for compilation.
|
Switch compilation of units on or off. Compilation omits many of the runtime checks offered by the interpreter proper. The program is not executed and a shell script is generated combining source code and its shared library. This shell script can be used as a pseudo-executable.
|
Start in the monitor. Invoke the monitor in case a runtime-error occurs; the program will pause in the monitor on the line that contains the error.
string
Echo string to standout.
unit | unit
Execute the Algol 68 unit. In this way one-liners can be executed from the command line.
|
Ignore further options.
Generate an extensive listing.
| string
Accept string as filename in case it conflicts with shell syntax.
number
Set the frame stack size to number bytes.
number
Set the handle space size to number bytes.
number
Set the heap size to number bytes.
Generate a concise listing.
Generate an overview of modes in the listing file.
|
Control the listing of C code in the listing file.
|
Switch compilation of units on or off. Compilation omits many of the runtime checks offered by the interpreter proper. This option is equivalent to -O2.
| | | |
Switch compilation of units on and pass the option to the back-end C compiler to set the optimiser level.
number
Set overhead for stack checking.
Equivalent to --warnings --portcheck
|
Enable or disable portability warning messages.
|
Control elaboration of pragmats.
number
Set the precision for LONG LONG modes to number significant digits.
Generate a listing of preludes.
Pretty-print the source file.
unit | unit
Print the value yielded by the Algol 68 unit. In this way one-liners can be executed from the command line.
Suppress all warning messages.
Use quote stropping.
Print reductions made by the parser.
Use compiled code of a previous run.
Override the --no-run option.
string
Takes string as source file name and skips further option processing so these can be handled by the script.
|
Control the listing of source lines in the listing file.
number
Set the stack size to number bytes.
Generate statistics in the listing file.
Ignores extensions to Algol 68 syntax.
number
Interrupt the interpreter after number seconds, generating a time limit exceeded error.
|
Control tracing of the running program.
|
Control listing of the syntax tree in the listing file.
Generate an overview of unused tags in the listing file.
Use upper stropping, which is the default stropping regime.
Use verbose mode.
Print the version of the running image of a68g.
|
Enable warning messages or suppress suppressible warning messages.
|
Control generation of a cross-reference in the listing file.

Author of Algol 68 Genie is Marcel van der Veer <algol68g@xs4all.nl>.
March 12, 2022 LINUX

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.