• Home
  • History
  • Annotate
  • only in /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
NameDateSize

..29-Aug-20174 KiB

antlr.129-Aug-201710.1 KiB

antlr.c29-Aug-201796.4 KiB

antlr.g29-Aug-201781.4 KiB

antlr.r29-Aug-201715.6 KiB

antlr1.txt29-Aug-201711.4 KiB

AntlrDDK.mak29-Aug-20175.9 KiB

AntlrMS.mak29-Aug-20176.1 KiB

AntlrPPC.mak29-Aug-20173.4 KiB

bits.c29-Aug-201728 KiB

build.c29-Aug-201720.7 KiB

dumpcycles.c29-Aug-20171.5 KiB

dumpnode.c29-Aug-20179.2 KiB

egman.c29-Aug-20179.3 KiB

err.c29-Aug-201719.9 KiB

fcache.c29-Aug-20173 KiB

fset.c29-Aug-201753.9 KiB

fset2.c29-Aug-201758 KiB

gen.c29-Aug-2017137.1 KiB

generic.h29-Aug-20179.5 KiB

globals.c29-Aug-201717.3 KiB

hash.c29-Aug-20175.5 KiB

hash.h29-Aug-20172.1 KiB

lex.c29-Aug-201723.3 KiB

main.c29-Aug-201752.1 KiB

makefile29-Aug-20175.6 KiB

makefile.cygwin29-Aug-20175.6 KiB

makefile129-Aug-20172.9 KiB

misc.c29-Aug-201747.8 KiB

mode.h29-Aug-2017296

mrhoist.c29-Aug-201780.9 KiB

parser.dlg29-Aug-201720.8 KiB

pred.c29-Aug-201720.2 KiB

proto.h29-Aug-201738.3 KiB

README29-Aug-2017747

scan.c29-Aug-2017147.2 KiB

stdpccts.h29-Aug-2017643

syn.h29-Aug-201714.1 KiB

tokens.h29-Aug-20175.1 KiB

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