Name | Date | Size | |
---|---|---|---|
.. | 29-Aug-2017 | 4 KiB | |
antlr.1 | 29-Aug-2017 | 10.1 KiB | |
antlr.c | 29-Aug-2017 | 96.4 KiB | |
antlr.g | 29-Aug-2017 | 81.4 KiB | |
antlr.r | 29-Aug-2017 | 15.6 KiB | |
antlr1.txt | 29-Aug-2017 | 11.4 KiB | |
AntlrDDK.mak | 29-Aug-2017 | 5.9 KiB | |
AntlrMS.mak | 29-Aug-2017 | 6.1 KiB | |
AntlrPPC.mak | 29-Aug-2017 | 3.4 KiB | |
bits.c | 29-Aug-2017 | 28 KiB | |
build.c | 29-Aug-2017 | 20.7 KiB | |
dumpcycles.c | 29-Aug-2017 | 1.5 KiB | |
dumpnode.c | 29-Aug-2017 | 9.2 KiB | |
egman.c | 29-Aug-2017 | 9.3 KiB | |
err.c | 29-Aug-2017 | 19.9 KiB | |
fcache.c | 29-Aug-2017 | 3 KiB | |
fset.c | 29-Aug-2017 | 53.9 KiB | |
fset2.c | 29-Aug-2017 | 58 KiB | |
gen.c | 29-Aug-2017 | 137.1 KiB | |
generic.h | 29-Aug-2017 | 9.5 KiB | |
globals.c | 29-Aug-2017 | 17.3 KiB | |
hash.c | 29-Aug-2017 | 5.5 KiB | |
hash.h | 29-Aug-2017 | 2.1 KiB | |
lex.c | 29-Aug-2017 | 23.3 KiB | |
main.c | 29-Aug-2017 | 52.1 KiB | |
makefile | 29-Aug-2017 | 5.6 KiB | |
makefile.cygwin | 29-Aug-2017 | 5.6 KiB | |
makefile1 | 29-Aug-2017 | 2.9 KiB | |
misc.c | 29-Aug-2017 | 47.8 KiB | |
mode.h | 29-Aug-2017 | 296 | |
mrhoist.c | 29-Aug-2017 | 80.9 KiB | |
parser.dlg | 29-Aug-2017 | 20.8 KiB | |
pred.c | 29-Aug-2017 | 20.2 KiB | |
proto.h | 29-Aug-2017 | 38.3 KiB | |
README | 29-Aug-2017 | 747 | |
scan.c | 29-Aug-2017 | 147.2 KiB | |
stdpccts.h | 29-Aug-2017 | 643 | |
syn.h | 29-Aug-2017 | 14.1 KiB | |
tokens.h | 29-Aug-2017 | 5.1 KiB |
README
1 ANTLR 1.33 2 3This directory contains the files necessary to build ANTLR. 4 5If you do a "make scrub", ANTLR will have to run on antlr.g and DLG 6will 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 11You will find that running "antlr -gh antlr.g" will result in about 1210 ambiguity warnings. These are normal. Don't worry. 13 14If you do a "make clean" right after installation, ANTLR and DLG should 15not need to run; only the C files will compile. 16 17Don't forget to go into the makefile to uncomment the appropriate 18definitions for your OS/architecture/compiler or see the appropriate 19NOTES.?? file. 20