Name Date Size

.. 2013-09-25 10:26:15 20

antlr.1 2013-09-25 10:26:15 10.1 KiB

antlr.c 2013-09-25 10:26:15 92.9 KiB

antlr.g 2013-09-25 10:26:15 81.4 KiB

antlr.r 2013-09-25 10:26:15 15.6 KiB

antlr1.txt 2013-09-25 10:26:15 11.2 KiB

AntlrDDK.mak 2013-09-25 10:26:15 5.9 KiB

AntlrMS.mak 2013-09-25 10:26:15 6 KiB

AntlrPPC.mak 2013-09-25 10:26:15 3.4 KiB

bits.c 2013-09-25 10:26:15 27 KiB

build.c 2013-09-25 10:26:15 19.9 KiB

dumpcycles.c 2013-09-25 10:26:15 1.4 KiB

dumpnode.c 2013-09-25 10:26:15 8.8 KiB

egman.c 2013-09-25 10:26:15 9 KiB

err.c 2013-09-25 10:26:15 19.4 KiB

fcache.c 2013-09-25 10:26:15 2.9 KiB

fset.c 2013-09-25 10:26:15 52.4 KiB

fset2.c 2013-09-25 10:26:15 55.8 KiB

gen.c 2013-09-25 10:26:15 132.5 KiB

generic.h 2013-09-25 10:26:15 9.2 KiB

globals.c 2013-09-25 10:26:15 16.8 KiB

hash.c 2013-09-25 10:26:15 5.2 KiB

hash.h 2013-09-25 10:26:15 2.1 KiB

lex.c 2013-09-25 10:26:15 22.5 KiB

main.c 2013-09-25 10:26:15 50.4 KiB

makefile 2013-09-25 10:26:15 5.4 KiB

makefile.cygwin 2013-09-25 10:26:15 5.6 KiB

makefile1 2013-09-25 10:26:15 2.9 KiB

misc.c 2013-09-25 10:26:15 46 KiB

mode.h 2013-09-25 10:26:15 284

mrhoist.c 2013-09-25 10:26:15 77.9 KiB

parser.dlg 2013-09-25 10:26:15 20.8 KiB

pred.c 2013-09-25 10:26:15 19.4 KiB

proto.h 2013-09-25 10:26:15 37.5 KiB

README 2013-09-25 10:26:15 728

scan.c 2013-09-25 10:26:15 141.6 KiB

stdpccts.h 2013-09-25 10:26:15 612

syn.h 2013-09-25 10:26:15 13.7 KiB

tokens.h 2013-09-25 10:26:15 4.9 KiB

README

ANTLR 1.33
This directory contains the files necessary to build ANTLR.
If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
will have to run on parser.dlg. Either
(1) ANTLR uses the previous antlr in that directory to rebuild itself
(2) Needs to find antlr on the search path
You will find that running "antlr -gh antlr.g" will result in about
10 ambiguity warnings. These are normal. Don't worry.
If you do a "make clean" right after installation, ANTLR and DLG should
not need to run; only the C files will compile.
Don't forget to go into the makefile to uncomment the appropriate
definitions for your OS/architecture/compiler or see the appropriate
NOTES.?? file.