Searched refs:ANTLR (Results 1 – 25 of 29) sorted by relevance
12
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | README | 1 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
|
D | makefile1 | 2 # 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)
|
D | makefile.cygwin | 170 ANTLR=$(BIN_DIR)/antlr.exe
|
D | makefile | 169 ANTLR=${BIN_DIR}/antlr macro
|
D | antlr1.txt | 4 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.
|
D | parser.dlg | 9 * ANTLR Version 1.33MR33
|
D | main.c | 1076 ANTLR(grammar(), input); in readDescr()
|
D | antlr.g | 2 * 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/ |
D | history.txt | 22 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 …]
|
D | NOTES.bcc | 18 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
|
D | CHANGES_FROM_131.txt | 73 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 …]
|
D | NOTES.msvc | 83 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);
|
D | RIGHTS | 22 ANTLR 1.33
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 2703 ANTLR(start(),stdin); 3225 ANTLR(global(),stdin);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | makefile1 | 24 ANTLR=../bin/antlr 41 $(ANTLR) dlg_p.g
|
D | makefile.cygwin | 120 ANTLR=$(BIN_DIR)/antlr.exe
|
D | makefile | 119 ANTLR=${BIN_DIR}/antlr macro
|
D | main.c | 231 ANTLR(grammar(), input_stream);
|
D | parser.dlg | 9 * ANTLR Version 1.33MR33
|
D | dlg1.txt | 58 clear of ANTLR and DLG spawn.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | makefile | 127 $(ANTLR) $(ANTLR_FLAGS) -o $(ETO) $(GRAMMER_FILE)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | makefile | 94 $(ANTLR) $(ANTLR_FLAGS) -fl VfrParser.dlg -ft VfrTokens.h -o $(ETO) $(VFR_GRAMMER_FILE)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | antlr.h | 442 #define ANTLR(st, f) zzbufsize = ZZLEXBUFSIZE; \ macro
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | antlr.h | 454 #define ANTLR(st, f) zzbufsize = ZZLEXBUFSIZE; \ macro
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/ |
D | CommonTools.env | 75 ANTLR = $(PCCTS_DIR)\bin\antlr
|
12