Home | History | Annotate | only in /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr
Up to higher level directory
NameDateSize
antlr.122-Oct-202010.1K
antlr.c22-Oct-202096.4K
antlr.g22-Oct-202081.4K
antlr.r22-Oct-202015.6K
antlr1.txt22-Oct-202011.4K
AntlrDDK.mak22-Oct-20205.9K
AntlrMS.mak22-Oct-20206.1K
AntlrPPC.mak22-Oct-20203.4K
bits.c22-Oct-202028K
build.c22-Oct-202020.7K
dumpcycles.c22-Oct-20201.5K
dumpnode.c22-Oct-20209.2K
egman.c22-Oct-20209.3K
err.c22-Oct-202019.9K
fcache.c22-Oct-20203K
fset.c22-Oct-202053.9K
fset2.c22-Oct-202058K
gen.c22-Oct-2020137.2K
generic.h22-Oct-20209.5K
globals.c22-Oct-202017.3K
hash.c22-Oct-20205.5K
hash.h22-Oct-20202.1K
lex.c22-Oct-202023.4K
main.c22-Oct-202052.1K
makefile22-Oct-20205.7K
makefile.cygwin22-Oct-20205.6K
makefile122-Oct-20202.9K
misc.c22-Oct-202047.8K
mode.h22-Oct-2020296
mrhoist.c22-Oct-202080.9K
parser.dlg22-Oct-202020.8K
pred.c22-Oct-202020.2K
proto.h22-Oct-202038.3K
README22-Oct-2020747
scan.c22-Oct-2020147.2K
stdpccts.h22-Oct-2020643
syn.h22-Oct-202014.1K
tokens.h22-Oct-20205.1K

README

      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