Home
last modified time | relevance | path

Searched refs:DLG (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dmakefile12 # Makefile for DLG 1.33
25 DLG=../bin/dlg
44 $(DLG) -C2 parser.dlg dlg_a.c
Dparser.dlg2 /* parser.dlg -- DLG Description of scanner
41 /* MR1 11-Apr-97 Provide mechanism for inserting code into DLG class */
296 /* MR1 11-Apr-97 Provide mechanism for inserting code into DLG class */
Dmakefile120 DLG=${BIN_DIR}/dlg macro
Dmakefile.cygwin121 DLG=${BIN_DIR}/dlg.exe
Ddlg1.txt44 Specify a class name for DLG to generate. The default
58 clear of ANTLR and DLG spawn.
Ddlg_p.g24 * DLG 1.33
63 /* MR1 11-Apr-97 Provide mechanism for inserting code into DLG class */
414 /* MR1 11-Apr-97 Provide mechanism for inserting code into DLG class */
585 /* DLG-specific syntax error message generator
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
Dhistory.txt25 performed via ALX which was soon replaced by Will Cohen's DLG in the
37 error. Lexical classes (modes) were not allowed and DLG did not have
70 dependencies and such correctly for ANTLR and DLG. Very few 1.00
138 |DLG 1.00B Will Cohen Terence Parr, Hank Dietz |
142 |DLG 1.00 Will Cohen Terence Parr, Hank Dietz |
144 |DLG 1.06 Will Cohen Terence Parr, Hank Dietz |
148 |DLG 1.10 Will Cohen Terence Parr |
149 |DLG 1.20 Will Cohen Terence Parr |
150 |DLG 1.21 Terence Parr |
DNOTES.bcc18 I have gotten ANTLR and DLG to succesfully build with BCC 4.0, but have found
35 this file bor32.cfg and keep a copy in both the ANTLR and DLG subdirectories.
69 DLG = ..\bin\dlg
109 # $(DLG) -C2 parser.dlg scan.c
118 # DLG 1.32 Makefile for Borland C++ 4.02 with DPMI 32-bit DOS extender by
137 DLG = ..\bin\dlg
DKNOWN_PROBLEMS.txt183 #7. DLG crashes on some invalid inputs
187 The following token defintion will cause DLG to crash.
DCHANGES_FROM_133_BEFORE_MR13.txt325 character of lookahead maintained internally by DLG in member "ch"
329 limitation of DLG without resorting to a lexer capable of
331 DLG.
908 Count Syntax Errors Count DLG Errors
1105 #122. (Changed in 1.33MR11) Member functions to reset DLG in C++ mode
3378 under some circumstances (e.g. a non-DLG lexer is used).
3399 #29. (Added to 1.33MR1) Debugging DLG lexers
3425 #28. (Added to 1.33MR1) More control over DLG header
3443 #27. (Fixed in 1.33MR1) Comments in DLG actions
3445 Previously, DLG would not recognize comments as a special case.
[all …]
DNOTES.msvc89 * Make sure that ANTLR and DLG generate ANSI code (use the -ga
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
DREADME5 If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
14 If you do a "make clean" right after installation, ANTLR and DLG should
Dmakefile144 DLG=${WORKSPACE}/Tools/bin/dlg
62 # what files does PCCTS generate (both ANTLR and DLG)
80 $(DLG) -C2 parser.dlg scan.c
Dmakefile170 DLG=${BIN_DIR}/dlg macro
Dmakefile.cygwin171 DLG=${BIN_DIR}/dlg.exe
Dparser.dlg2 /* parser.dlg -- DLG Description of scanner
56 /* MR1 in DLG action */
787 /* MR1 in DLG action */
Dantlr1.txt55 -CC Generate C++ output from both ANTLR and DLG.
148 clear of ANTLR and DLG spawn.
Dantlr.g89 /* MR1 in DLG action */
230 /* MR1 in DLG action */
529 /* MR1 in DLG action */
976 /* MR1 11-Apr-97 Provide mechanism for inserting code into DLG class */
988 /* MR1 */ err("Use #lexmember only in C++ mode (to insert code in DLG class header");
1007 /* MR1 */ err("Use #lexprefix only in C++ mode (to insert code in DLG class header");
1403 /* MR1 10-Apr-97 MR1 Allow shift right operator in DLG actions */
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DKNOWN_PROBLEMS.txt126 #7. DLG crashes on some invalid inputs
130 The following token defintion will cause DLG to crash.
DCHANGES_FROM_133_before_mr13.txt325 character of lookahead maintained internally by DLG in member "ch"
329 limitation of DLG without resorting to a lexer capable of
331 DLG.
908 Count Syntax Errors Count DLG Errors
1105 #122. (Changed in 1.33MR11) Member functions to reset DLG in C++ mode
3378 under some circumstances (e.g. a non-DLG lexer is used).
3399 #29. (Added to 1.33MR1) Debugging DLG lexers
3425 #28. (Added to 1.33MR1) More control over DLG header
3443 #27. (Fixed in 1.33MR1) Comments in DLG actions
3445 Previously, DLG would not recognize comments as a special case.
[all …]
DCHANGES_FROM_133.txt580 The following token defintion will cause DLG to crash.
668 DLG now warns when both -i and -CC are selected.
1158 This is a DLG stream class based on C++ istreams.
DCHANGES_SUMMARY.txt696 Count Syntax Errors Count DLG Errors
858 #122. (Changed in 1.33MR11) Member functions to reset DLG in C++ mode
2032 #28. (Added to 1.33MR1) More control over DLG header
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
Dmakefile139 $(DLG) $(DLG_FLAGS) -o $(ETO) $(ETO)\$(DLG_FILE)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
Dmakefile97 $(DLG) $(DLG_FLAGS) -cl VfrLexer -o $(ETO) $(ETO)\VfrParser.dlg
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/
DCommonTools.env76 DLG = $(PCCTS_DIR)\bin\dlg

12