Home
last modified time | relevance | path

Searched refs:ANTLR (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
DREADME1 ANTLR 1.33
3 This directory contains the files necessary to build ANTLR.
5 If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
8 (1) ANTLR uses the previous antlr in that directory to rebuild itself
14 If you do a "make clean" right after installation, ANTLR and DLG should
Dmakefile12 # Makefile for ANTLR 1.33
24 # ANTLR 1.33
43 ANTLR=${WORKSPACE}/Tools/bin/antlr
62 # what files does PCCTS generate (both ANTLR and DLG)
73 $(ANTLR) -gh antlr.g $(AOTHER)
Dmakefile.cygwin170 ANTLR=$(BIN_DIR)/antlr.exe
Dmakefile169 ANTLR=${BIN_DIR}/antlr macro
Dantlr1.txt4 ANTLR(1) PCCTS Manual Pages ANTLR(1)
55 -CC Generate C++ output from both ANTLR and DLG.
111 -gh Generate stdpccts.h for non-ANTLR-generated files to
148 clear of ANTLR and DLG spawn.
Dparser.dlg9 * ANTLR Version 1.33MR33
Dmain.c1076 ANTLR(grammar(), input); in readDescr()
Dantlr.g2 * antlr.g -- PCCTS Version 1.xx ANTLR
28 * ANTLR 1.33
2540 /* ANTLR-specific syntax error message generator
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
Dhistory.txt22 Dietz, the parser generator, ANTLR (originally called YUCC), continued
29 The alpha version of ANTLR was totally rewritten resulting in
41 Parr began the second total rewrite of ANTLR. The method by which
56 improved for k>1 lookahead and ANTLR parsers could indicate that loo-
70 dependencies and such correctly for ANTLR and DLG. Very few 1.00
79 that forced the ANTLR() macro to tokenize all input prior to parsing.
135 |ANTLR 1.00A Terence Parr Hank Dietz |
137 |ANTLR 1.00B Terence Parr Hank Dietz, Will Cohen |
141 |ANTLR 1.00 Terence Parr Hank Dietz, Will Cohen |
143 |ANTLR 1.06 Terence Parr Will Cohen, Russell Quong, Hank Dietz|
[all …]
DNOTES.bcc18 I have gotten ANTLR and DLG to succesfully build with BCC 4.0, but have found
19 from experience that ANTLR, in particular, is likely to run out of memory
35 this file bor32.cfg and keep a copy in both the ANTLR and DLG subdirectories.
51 # ANTLR 1.32 Makefile for Borland C++ 4.02 with DPMI 32-bit DOS extender by
68 ANTLR = ..\bin\antlr
101 # $(ANTLR) antlr.g
136 ANTLR = ..\bin\antlr
DCHANGES_FROM_131.txt73 if you turn on ANTLR command line option: "-prc on". This
74 tells ANTLR to compute that all by itself. It computes n
80 you will get a warning from ANTLR. For example,
111 Fixed bug in code gen of ANTLR such that nested syn preds work more
137 ANTLR accepts a #pragma gc_tokens which says
151 Then if no pragma set, ANTLR generates a
264 From robertb oakhill.sps.mot.com Bob Bailey. Changed ANTLR C++ output
277 Scott Vorthmann <vorth cmu.edu> fixed antlr.g in ANTLR so that \r
291 Now ANTLR generates (which is kinda big, but necessary):
325 ANTLR to crash. I fixed this.
[all …]
DNOTES.msvc83 Here is how to compile an ANTLR grammar in Visual C++. These steps
84 describe how to have your ANTLR grammar parse the input file the user
89 * Make sure that ANTLR and DLG generate ANSI code (use the -ga
127 ANTLR(start(), fp);
DRIGHTS22 ANTLR 1.33
DCHANGES_FROM_133_BEFORE_MR13.txt2703 ANTLR(start(),stdin);
3225 ANTLR(global(),stdin);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dmakefile124 ANTLR=../bin/antlr
41 $(ANTLR) dlg_p.g
Dmakefile.cygwin120 ANTLR=$(BIN_DIR)/antlr.exe
Dmakefile119 ANTLR=${BIN_DIR}/antlr macro
Dmain.c231 ANTLR(grammar(), input_stream);
Dparser.dlg9 * ANTLR Version 1.33MR33
Ddlg1.txt58 clear of ANTLR and DLG spawn.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
Dmakefile127 $(ANTLR) $(ANTLR_FLAGS) -o $(ETO) $(GRAMMER_FILE)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
Dmakefile94 $(ANTLR) $(ANTLR_FLAGS) -fl VfrParser.dlg -ft VfrTokens.h -o $(ETO) $(VFR_GRAMMER_FILE)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dantlr.h442 #define ANTLR(st, f) zzbufsize = ZZLEXBUFSIZE; \ macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dantlr.h454 #define ANTLR(st, f) zzbufsize = ZZLEXBUFSIZE; \ macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/
DCommonTools.env75 ANTLR = $(PCCTS_DIR)\bin\antlr

12