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

..03-May-2022-

AntlrDDK.makH A D02-Mar-20215.9 KiB234184

AntlrMS.makH A D02-Mar-20216.1 KiB240190

AntlrPPC.makH A D02-Mar-20213.4 KiB102100

READMEH A D02-Mar-2021747 2013

antlr.1H A D02-Mar-202110.1 KiB210209

antlr.cH A D02-Mar-202196.4 KiB3,5663,237

antlr.gH A D02-Mar-202181.5 KiB2,5882,367

antlr.rH A D02-Mar-202115.6 KiB788727

bits.cH A D02-Mar-202128 KiB1,026860

build.cH A D02-Mar-202120.7 KiB814571

dumpcycles.cH A D02-Mar-20211.5 KiB6861

dumpnode.cH A D02-Mar-20219.2 KiB424389

egman.cH A D02-Mar-20219.3 KiB329202

err.cH A D02-Mar-202119.9 KiB539524

fcache.cH A D02-Mar-20213 KiB12479

fset.cH A D02-Mar-202153.9 KiB1,5561,141

fset2.cH A D02-Mar-202158 KiB2,2511,755

gen.cH A D02-Mar-2021137.1 KiB4,7983,711

generic.hH A D02-Mar-20219.5 KiB287163

globals.cH A D02-Mar-202117.3 KiB485363

hash.cH A D02-Mar-20215.5 KiB222156

hash.hH A D02-Mar-20212.1 KiB7432

lex.cH A D02-Mar-202123.4 KiB879691

main.cH A D02-Mar-202152.1 KiB1,7481,492

makefileH A D02-Mar-20215.8 KiB22631

makefile.cygwinH A D02-Mar-20215.6 KiB22025

makefile1H A D02-Mar-20212.9 KiB9782

misc.cH A D02-Mar-202147.8 KiB1,8651,319

mode.hH A D02-Mar-2021296 1312

mrhoist.cH A D02-Mar-202180.9 KiB3,0312,390

parser.dlgH A D02-Mar-202120.8 KiB1,3881,149

pred.cH A D02-Mar-202120.2 KiB822646

proto.hH A D02-Mar-202138.3 KiB853794

scan.cH A D02-Mar-2021147.2 KiB5,7364,853

stdpccts.hH A D02-Mar-2021643 3220

syn.hH A D02-Mar-202114.1 KiB391264

tokens.hH A D02-Mar-20215.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