home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 001-099 / ff091.lzh / man / adlcomp.6 < prev    next >
Text File  |  1987-07-08  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.      ADLCOMP(6)                (HP)            ADLCOMP(6)
  5.  
  6.  
  7.  
  8.  
  9.      NAME
  10.       adlcomp  -  compile an ADL program
  11.  
  12.      SYNOPSIS
  13.       adlcomp file [ -o outfile ] [    -idir ]    [ -tdir    ] [ -d ] [-w ]
  14.       [  -en  ]  [ -gn ] [ -mn ] [ -nn ] [ -pn ] [ -rn ] [ -sn ] [
  15.       -vn ]
  16.  
  17.      DESCRIPTION
  18.       Adlcomp reads    an ADL    program     from  file  and  produces  an
  19.       output  file which contains the tables and interpretive code
  20.       necessary to play the    game described by the  program    (using
  21.       adlrun(6)).    Error  messages     are  produced on the standard
  22.       error    output,    and a data summary is produced on the standard
  23.       output.  The following options are available:
  24.  
  25.       -o outfile  The  result  of  the  compilation     is  saved  in
  26.               outfile.     The result is saved in    adlcomp.out in
  27.               the current directory  if     this  option  is  not
  28.               specified.
  29.  
  30.       -idir          INCLUDE files are     searched  for    first  in  the
  31.               current directory, then in directories specified
  32.               by -i dir    options.  Up to    4 -i  options  may  be
  33.               present.
  34.  
  35.       -tdir          Adlcomp  writes  two  temporary  files  in   the
  36.               process    of  compilation.   This     option     tells
  37.               adlcomp  which  directory     (or  disk,  on     those
  38.               systems    which  allow  it)  to  use  for     these
  39.               temporary    files.    The default is "/tmp" on  UN*X
  40.               operating     systems, "RAM:" on the    Amiga, and the
  41.               current directory    on MS-DOS.
  42.  
  43.       -d          Puts adlcomp into    debugging mode.      All  symbols
  44.               are  written out to outfile, and additional code
  45.               is produced which    keeps track of the  file  name
  46.               and line number.    -d implies -w.
  47.  
  48.       -w          Suppress the printing of warning messages.
  49.  
  50.       -en          Sets the maximum number of  errors  to  n.   The
  51.               default  is  -1  (no maximum).  If the number of
  52.               errors encountered is greater  than  n,  adlcomp
  53.               aborts.
  54.  
  55.       -gn          Sets the maximum number of globals  to  n.   The
  56.               default value is 64.
  57.  
  58.       -mn          Sets the maximum    number    of  messages  (strings
  59.               enclosed    in  double  quotes) to n.  The default
  60.  
  61.  
  62.  
  63.      Hewlett-Packard Company       - 1 -          Jun 18, 1987
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ADLCOMP(6)                (HP)            ADLCOMP(6)
  71.  
  72.  
  73.  
  74.  
  75.               value is 1024.
  76.  
  77.       -nn          Sets the maximum number  of  NOUNs  to  n.   The
  78.               default value is 256.
  79.  
  80.       -pn          Sets the maximum number of preposition  synonyms
  81.               to n.  The default value is 8.
  82.  
  83.       -rn          Sets the maximum number of routines to  n.   The
  84.               default value is 512.
  85.  
  86.       -sn          Sets the maximum number of verb  phrases    to  n.
  87.               The default value    is 8.
  88.  
  89.       -vn          Sets the maximum number  of  verbs  to  n.   The
  90.               default value is 128.
  91.  
  92.      CONFORMANCE
  93.       This    version     of  adlcomp  has  a  255-character  limit  on
  94.       compile-time     strings.   It    implements  Pascal-like     LOCAL
  95.       variables.
  96.  
  97.      EXAMPLE
  98.       adlcomp aard.adl -o aard -w
  99.  
  100.      FILES
  101.       adlsval.tmp
  102.            String paging file
  103.  
  104.       adlcode.tmp
  105.            Instruction paging file
  106.  
  107.       *.adl
  108.            ADL source files
  109.  
  110.      WARNING
  111.       On Amiga computers, the stack    should    be  set     to  at     least
  112.       10000    before running adlcomp.
  113.  
  114.      SEE ALSO
  115.       adlrun(6)
  116.       adldebug(6)
  117.       Brengle and Cunniff: The ADL Programmer's Reference Manual
  118.       Adler, Kostanick, Stein and Urban: A Brief  Introduction  to
  119.       UCLA Dungeon Definition Language
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Hewlett-Packard Company       - 2 -          Jun 18, 1987
  130.  
  131.  
  132.  
  133.