Home | History | Annotate | only in /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr
Up to higher level directory
NameDateSize
antlr.105-Oct-201710.1K
antlr.c05-Oct-201796.4K
antlr.g05-Oct-201781.4K
antlr.r05-Oct-201715.6K
antlr1.txt05-Oct-201711.4K
AntlrDDK.mak05-Oct-20175.9K
AntlrMS.mak05-Oct-20176.1K
AntlrPPC.mak05-Oct-20173.4K
bits.c05-Oct-201728K
build.c05-Oct-201720.7K
dumpcycles.c05-Oct-20171.5K
dumpnode.c05-Oct-20179.2K
egman.c05-Oct-20179.3K
err.c05-Oct-201719.9K
fcache.c05-Oct-20173K
fset.c05-Oct-201753.9K
fset2.c05-Oct-201758K
gen.c05-Oct-2017137.1K
generic.h05-Oct-20179.5K
globals.c05-Oct-201717.3K
hash.c05-Oct-20175.5K
hash.h05-Oct-20172.1K
lex.c05-Oct-201723.3K
main.c05-Oct-201752.1K
makefile05-Oct-20175.6K
makefile.cygwin05-Oct-20175.6K
makefile105-Oct-20172.9K
misc.c05-Oct-201747.8K
mode.h05-Oct-2017296
mrhoist.c05-Oct-201780.9K
parser.dlg05-Oct-201720.8K
pred.c05-Oct-201720.2K
proto.h05-Oct-201738.3K
README05-Oct-2017747
scan.c05-Oct-2017147.2K
stdpccts.h05-Oct-2017643
syn.h05-Oct-201714.1K
tokens.h05-Oct-20175.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