• Home
Name Date Size #Lines LOC

..--

AntlrDDK.makD03-May-20245.9 KiB234184

AntlrMS.makD03-May-20246.1 KiB240190

AntlrPPC.makD03-May-20243.4 KiB102100

READMED03-May-2024747 2013

antlr.1D03-May-202410.1 KiB210209

antlr.cD03-May-202496.4 KiB3,5653,236

antlr.gD03-May-202481.4 KiB2,5872,366

antlr.rD03-May-202415.6 KiB788727

antlr1.txtD03-May-202411.4 KiB265207

bits.cD03-May-202428 KiB1,026860

build.cD03-May-202420.7 KiB814571

dumpcycles.cD03-May-20241.5 KiB6861

dumpnode.cD03-May-20249.2 KiB424389

egman.cD03-May-20249.3 KiB329202

err.cD03-May-202419.9 KiB539524

fcache.cD03-May-20243 KiB12479

fset.cD03-May-202453.9 KiB1,5561,141

fset2.cD03-May-202458 KiB2,2511,755

gen.cD03-May-2024137.2 KiB4,7983,711

generic.hD03-May-20249.5 KiB287163

globals.cD03-May-202417.3 KiB485363

hash.cD03-May-20245.5 KiB222156

hash.hD03-May-20242.1 KiB7432

lex.cD03-May-202423.4 KiB879691

main.cD03-May-202452.1 KiB1,7481,492

makefileD03-May-20245.7 KiB22227

makefile.cygwinD03-May-20245.6 KiB22025

makefile1D03-May-20242.9 KiB9782

misc.cD03-May-202447.8 KiB1,8651,319

mode.hD03-May-2024296 1312

mrhoist.cD03-May-202480.9 KiB3,0312,390

parser.dlgD03-May-202420.8 KiB1,3881,149

pred.cD03-May-202420.2 KiB822646

proto.hD03-May-202438.3 KiB853794

scan.cD03-May-2024147.2 KiB5,7364,853

stdpccts.hD03-May-2024643 3220

syn.hD03-May-202414.1 KiB391264

tokens.hD03-May-20245.1 KiB247213

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