• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

AntlrDDK.makH A D25-Jun-20205.9 KiB234184

AntlrMS.makH A D25-Jun-20206.1 KiB240190

AntlrPPC.makH A D25-Jun-20203.4 KiB102100

READMEH A D25-Jun-2020747 2013

antlr.1H A D25-Jun-202010.1 KiB210209

antlr.cH A D25-Jun-202096.4 KiB3,5663,237

antlr.gH A D25-Jun-202081.5 KiB2,5882,367

antlr.rH A D25-Jun-202015.6 KiB788727

bits.cH A D25-Jun-202028 KiB1,026860

build.cH A D25-Jun-202020.7 KiB814571

dumpcycles.cH A D25-Jun-20201.5 KiB6861

dumpnode.cH A D25-Jun-20209.2 KiB424389

egman.cH A D25-Jun-20209.3 KiB329202

err.cH A D25-Jun-202019.9 KiB539524

fcache.cH A D25-Jun-20203 KiB12479

fset.cH A D25-Jun-202053.9 KiB1,5561,141

fset2.cH A D25-Jun-202058 KiB2,2511,755

gen.cH A D25-Jun-2020137.1 KiB4,7983,711

generic.hH A D25-Jun-20209.5 KiB287163

globals.cH A D25-Jun-202017.3 KiB485363

hash.cH A D25-Jun-20205.5 KiB222156

hash.hH A D25-Jun-20202.1 KiB7432

lex.cH A D25-Jun-202023.4 KiB879691

main.cH A D25-Jun-202052.1 KiB1,7481,492

makefileH A D25-Jun-20205.7 KiB22227

makefile.cygwinH A D25-Jun-20205.6 KiB22025

makefile1H A D25-Jun-20202.9 KiB9782

misc.cH A D25-Jun-202047.8 KiB1,8651,319

mode.hH A D25-Jun-2020296 1312

mrhoist.cH A D25-Jun-202080.9 KiB3,0312,390

parser.dlgH A D25-Jun-202020.8 KiB1,3881,149

pred.cH A D25-Jun-202020.2 KiB822646

proto.hH A D25-Jun-202038.3 KiB853794

scan.cH A D25-Jun-2020147.2 KiB5,7364,853

stdpccts.hH A D25-Jun-2020643 3220

syn.hH A D25-Jun-202014.1 KiB391264

tokens.hH A D25-Jun-20205.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