Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
antlr.1 | 05-Oct-2017 | 10.1K | |
antlr.c | 05-Oct-2017 | 96.4K | |
antlr.g | 05-Oct-2017 | 81.4K | |
antlr.r | 05-Oct-2017 | 15.6K | |
antlr1.txt | 05-Oct-2017 | 11.4K | |
AntlrDDK.mak | 05-Oct-2017 | 5.9K | |
AntlrMS.mak | 05-Oct-2017 | 6.1K | |
AntlrPPC.mak | 05-Oct-2017 | 3.4K | |
bits.c | 05-Oct-2017 | 28K | |
build.c | 05-Oct-2017 | 20.7K | |
dumpcycles.c | 05-Oct-2017 | 1.5K | |
dumpnode.c | 05-Oct-2017 | 9.2K | |
egman.c | 05-Oct-2017 | 9.3K | |
err.c | 05-Oct-2017 | 19.9K | |
fcache.c | 05-Oct-2017 | 3K | |
fset.c | 05-Oct-2017 | 53.9K | |
fset2.c | 05-Oct-2017 | 58K | |
gen.c | 05-Oct-2017 | 137.1K | |
generic.h | 05-Oct-2017 | 9.5K | |
globals.c | 05-Oct-2017 | 17.3K | |
hash.c | 05-Oct-2017 | 5.5K | |
hash.h | 05-Oct-2017 | 2.1K | |
lex.c | 05-Oct-2017 | 23.3K | |
main.c | 05-Oct-2017 | 52.1K | |
makefile | 05-Oct-2017 | 5.6K | |
makefile.cygwin | 05-Oct-2017 | 5.6K | |
makefile1 | 05-Oct-2017 | 2.9K | |
misc.c | 05-Oct-2017 | 47.8K | |
mode.h | 05-Oct-2017 | 296 | |
mrhoist.c | 05-Oct-2017 | 80.9K | |
parser.dlg | 05-Oct-2017 | 20.8K | |
pred.c | 05-Oct-2017 | 20.2K | |
proto.h | 05-Oct-2017 | 38.3K | |
README | 05-Oct-2017 | 747 | |
scan.c | 05-Oct-2017 | 147.2K | |
stdpccts.h | 05-Oct-2017 | 643 | |
syn.h | 05-Oct-2017 | 14.1K | |
tokens.h | 05-Oct-2017 | 5.1K |
1 ANTLR 1.33 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 or see the appropriate 19 NOTES.?? file. 20