forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
full support of obsolete TRANSFORM statement per Realia COBOL
cobc/parser.y (transform_body): add full features of INSPECT CONVERTING to TRANSFORM statement, adding optional CHARACTERS
- Loading branch information
sf-mensch
committed
May 15, 2022
1 parent
35bc10c
commit 6e9cde8
Showing
3 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
|
||
2022-05-15 Simon Sobisch <[email protected]> | ||
|
||
* parser.y (transform_body): add full features of INSPECT CONVERTING | ||
to TRANSFORM statement, adding optional CHARACTERS | ||
|
||
2022-05-11 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (cb_emit_inspect): emit reduced cob_inspect_init_converting | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters