Skip to content
Snippets Groups Projects
Commit 5643f9a3 authored by James K. Lowden's avatar James K. Lowden :anchor:
Browse files

update cdf

parent bcaee645
No related branches found
No related tags found
No related merge requests found
Pipeline #2376 failed
......@@ -234,7 +234,7 @@ apply_cdf_turn( exception_turns_t& turns ) {
%type <cdfarg> namelit name_any name_one
%type <string> name subscript subscripts inof
%token <boolean> BOOL
%token <number> FEATURE 362 NUMBER 301 EXCEPTION_NAME 279
%token <number> FEATURE 365 NUMBER 304 EXCEPTION_NAME 282
%type <cdfval> cdf_expr
%type <cdfval> cdf_relexpr cdf_reloper cdf_and cdf_bool_expr
......@@ -244,33 +244,33 @@ apply_cdf_turn( exception_turns_t& turns ) {
%type <file> filename
%type <files> filenames
%token BY 476
%token COPY 359
%token CDF_DISPLAY 381
%token IN 595
%token NAME 285
%token NUMSTR 303
%token OF 677
%token PSEUDOTEXT 712
%token REPLACING 735
%token LITERAL 296
%token SUPPRESS 373
%token LSUB 364 SUBSCRIPT 372 RSUB 369
%token CDF_DEFINE 380
%token CDF_IF 382 CDF_ELSE 383 CDF_END_IF 384
%token CDF_EVALUATE 385 CDF_WHEN 386 CDF_END_EVALUATE 387
%token AS 458 CONSTANT 358 DEFINED 360
%token BY 479
%token COPY 362
%token CDF_DISPLAY 384
%token IN 598
%token NAME 288
%token NUMSTR 306
%token OF 679
%token PSEUDOTEXT 714
%token REPLACING 737
%token LITERAL 299
%token SUPPRESS 376
%token LSUB 367 SUBSCRIPT 375 RSUB 372
%token CDF_DEFINE 383
%token CDF_IF 385 CDF_ELSE 386 CDF_END_IF 387
%token CDF_EVALUATE 388 CDF_WHEN 389 CDF_END_EVALUATE 390
%token AS 461 CONSTANT 361 DEFINED 363
%type <boolean> DEFINED
%token OTHER 689 PARAMETER_kw 365 OFF 678 OVERRIDE 366
%token OTHER 691 PARAMETER_kw 368 OFF 680 OVERRIDE 369
%token THRU 931
%token TRUE_kw 805
%token TRUE_kw 807
%token CALL_COBOL 388 CALL_VERBATIM 389
%token CALL_COBOL 391 CALL_VERBATIM 392
%token TURN 807 CHECKING 486 LOCATION 639 ON 680 WITH 833
%token TURN 809 CHECKING 489 LOCATION 642 ON 682 WITH 835
%left OR 932
%left AND 933
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment