home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pccts.zip / pccts / antlr / README < prev    next >
Text File  |  1994-03-31  |  683b  |  19 lines

  1.                             ANTLR 1.20
  2.  
  3. This directory contains the files necessary to build ANTLR.
  4.  
  5. If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
  6. will have to run on parser.dlg.  Either
  7.  
  8. (1)    ANTLR uses the previous antlr in that directory to rebuild itself
  9. (2)    Needs to find antlr on the search path
  10.  
  11. You will find that running "antlr -gh antlr.g" will result in about
  12. 10 ambiguity warnings.  These are normal.  Don't worry.
  13.  
  14. If you do a "make clean" right after installation, ANTLR and DLG should
  15. not need to run; only the C files will compile.
  16.  
  17. Don't forget to go into the makefile to uncomment the appropriate
  18. definitions for your OS/architecture/compiler.
  19.