~jemarch/a68-jargon

Algol 68 Jargon File
983350af — Jose E. Marchesi 8 days ago
New terms environment-enquiry and flip-and-flop
0bdda302 — Jose E. Marchesi a month ago
New file
c8be2424 — Jose E. Marchesi a month ago
New term pseudo-comment

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~jemarch/a68-jargon
read/write
git@git.sr.ht:~jemarch/a68-jargon

You can also use your local clone with git send-email.

#The Algol 68 Jargon File

The Algol 68 Jargon File provides definitions for many terms used in the context of the Algol 68 programming language and associated technologies. A ready to browse version of the file can be always found at https://jemarch.net/a68-jargon .

#Using the jargon file

This package installs the following files in your system:

  • An info manual algol68-jargon.
  • A set of manual pages in section 7algol.

Once installed, the info manual can be easily accessed using any suitable reader, like the standalone info reader:

$ info a68-jargon

The manual pages are accessed:

$ man 7algol a68-jargon

Additionally, PDF and HTML versions of the jargon file can be built from the sources tree. See below for instructions on how to do that.

#Building and installing

To build the jargon from a git clone:

  $ autoreconf -i
  $ mkdir build
  $ cd build
  $ ../configure
  $ make
  $ make install

To build the jargon from a released tarball:

  $ tar xzvf algol68-jargon-VERSION.tar.gz
  $ cd algol68-tarball-VERSION
  $ mkdir build
  $ cd build
  $ ../configure
  $ make
  $ make install

To build the PDF version of the jargon file:

  $ make pdf

To build the HTML version of the jargon file:

  $ make html

The contents of this file are in the public domain.