Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
5643f9a3
Commit
5643f9a3
authored
2 months ago
by
James K. Lowden
Browse files
Options
Downloads
Patches
Plain Diff
update cdf
parent
bcaee645
No related branches found
No related tags found
No related merge requests found
Pipeline
#2376
failed
2 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gcc/cobol/cdf.y
+24
-24
24 additions, 24 deletions
gcc/cobol/cdf.y
with
24 additions
and
24 deletions
gcc/cobol/cdf.y
+
24
−
24
View file @
5643f9a3
...
...
@@ -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 36
2
NUMBER 30
1
EXCEPTION_NAME 2
79
%token <number> FEATURE 36
5
NUMBER 30
4
EXCEPTION_NAME 2
82
%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 47
6
%token COPY 3
59
%token CDF_DISPLAY 38
1
%token IN 59
5
%token NAME 28
5
%token NUMSTR 30
3
%token OF 67
7
%token PSEUDOTEXT 71
2
%token REPLACING 73
5
%token LITERAL 29
6
%token SUPPRESS 37
3
%token LSUB 36
4
SUBSCRIPT 37
2
RSUB 3
69
%token CDF_DEFINE 38
0
%token CDF_IF 38
2
CDF_ELSE 38
3
CDF_END_IF 38
4
%token CDF_EVALUATE 38
5
CDF_WHEN 38
6
CDF_END_EVALUATE 3
87
%token AS 4
58
CONSTANT 3
58
DEFINED 36
0
%token BY 47
9
%token COPY 3
62
%token CDF_DISPLAY 38
4
%token IN 59
8
%token NAME 28
8
%token NUMSTR 30
6
%token OF 67
9
%token PSEUDOTEXT 71
4
%token REPLACING 73
7
%token LITERAL 29
9
%token SUPPRESS 37
6
%token LSUB 36
7
SUBSCRIPT 37
5
RSUB 3
72
%token CDF_DEFINE 38
3
%token CDF_IF 38
5
CDF_ELSE 38
6
CDF_END_IF 38
7
%token CDF_EVALUATE 38
8
CDF_WHEN 38
9
CDF_END_EVALUATE 3
90
%token AS 4
61
CONSTANT 3
61
DEFINED 36
3
%type <boolean> DEFINED
%token OTHER 6
8
9 PARAMETER_kw 36
5
OFF 6
7
8 OVERRIDE 36
6
%token OTHER 69
1
PARAMETER_kw 36
8
OFF 68
0
OVERRIDE 36
9
%token THRU 931
%token TRUE_kw 80
5
%token TRUE_kw 80
7
%token CALL_COBOL 3
88
CALL_VERBATIM 3
8
9
%token CALL_COBOL 3
91
CALL_VERBATIM 39
2
%token TURN 80
7
CHECKING 48
6
LOCATION 6
39
ON 68
0
WITH 83
3
%token TURN 80
9
CHECKING 48
9
LOCATION 6
42
ON 68
2
WITH 83
5
%left OR 932
%left AND 933
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment