Home | History | Annotate | only in /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr
Up to higher level directory
NameDateSize
antlr.121-Aug-201810.1K
antlr.c21-Aug-201896.4K
antlr.g21-Aug-201881.4K
antlr.r21-Aug-201815.6K
antlr1.txt21-Aug-201811.4K
AntlrDDK.mak21-Aug-20185.9K
AntlrMS.mak21-Aug-20186.1K
AntlrPPC.mak21-Aug-20183.4K
bits.c21-Aug-201828K
build.c21-Aug-201820.7K
dumpcycles.c21-Aug-20181.5K
dumpnode.c21-Aug-20189.2K
egman.c21-Aug-20189.3K
err.c21-Aug-201819.9K
fcache.c21-Aug-20183K
fset.c21-Aug-201853.9K
fset2.c21-Aug-201858K
gen.c21-Aug-2018137.2K
generic.h21-Aug-20189.5K
globals.c21-Aug-201817.3K
hash.c21-Aug-20185.5K
hash.h21-Aug-20182.1K
lex.c21-Aug-201823.4K
main.c21-Aug-201852.1K
makefile21-Aug-20185.7K
makefile.cygwin21-Aug-20185.6K
makefile121-Aug-20182.9K
misc.c21-Aug-201847.8K
mode.h21-Aug-2018296
mrhoist.c21-Aug-201880.9K
parser.dlg21-Aug-201820.8K
pred.c21-Aug-201820.2K
proto.h21-Aug-201838.3K
README21-Aug-2018747
scan.c21-Aug-2018147.2K
stdpccts.h21-Aug-2018643
syn.h21-Aug-201814.1K
tokens.h21-Aug-20185.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