AGFL parser generator system tips:

* use the command file agfl\bin\setagfl to define the required environment
  variables.
  The default configuration looks for the AGFL files in c:\agfl and it's
  subdirectories.
  If AGFL is installed on another disk or in other directories, edit
  "setagfl.bat" and modify the values of the GENBASE and GENCC symbols
  to reflect the actual location.

* A description of the AGFL formalism and sample grammars can be found on
  our FTP-site: ftp.cs.kun.nl/agfl.

* After creating an AGFL grammar text file (e.g., "mygram.gra"),
  it can be compiled by means of the "gen" command:

    gen [<options>] mygram

  When no syntax errors are found, this will result in an executable

    mygram.exe

  Which can be called as follows:

    mygram [<options>]

  The system will then 
  Texts to be parsed can be entered at the prompt (">>").

  Typing the <enter>-key at the prompt will end the parsing session.

  A full list of "gen" options can be obtained by entering "gen -h".
  A full list of "mygram" options can be obtained by entering
    mygram -h

* the C-compiler that is part of the system is limited in functionality
  and can not be used for C program development.

* for remarks, questions, and suggestions, please contAact us at

  agfl@cs.kun.nl


                 AGFL group
                 Nijmegen University Subfaculty of Computer Science
