Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] OO COBOL - AST #164

Draft
wants to merge 5 commits into
base: gcos4gnucobol-3.x
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2024-08-08 Remi Bertrand-Hardy <[email protected]>

* parser.y : added syntax rules for object-oriented COBOL
* reserved.c : added token for object-oriented COBOL

2024-07-29 Chuck Haatvedt <[email protected]>

* tree.c (cb_build_picture): added logic to find the valid floating
Expand All @@ -21,6 +26,8 @@
* reserved.c: make MENU context-sensitive
* reserved.c, parser.y: added MODAL + MODELESS to acu extension windows



Comment on lines +29 to +30
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that seems useful to revert :-)

2024-07-10 Chuck Haatvedt <[email protected]>

* tree.c (cb_build_picture): fixed currency scale counting logic
Expand Down
Loading
Loading