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

Support for "FUNCTION ALL INTRINSIC" #2060

Open
Trisk3lion opened this issue Sep 14, 2023 · 2 comments · May be fixed by #2507 or #2536
Open

Support for "FUNCTION ALL INTRINSIC" #2060

Trisk3lion opened this issue Sep 14, 2023 · 2 comments · May be fixed by #2507 or #2536
Labels
bug Something isn't working

Comments

@Trisk3lion
Copy link

Description

In the REPOSITORY paragraph, the word "ALL" in "FUNCTION ALL INTRINSIC" is flagged as an error.

It would be nice if it didn't flag is as an error and it would also be nice if it also took it into account when parsing the rest of the code so you don't get errors when writing intrinsic functions without the "FUNCTION" keyword before.

Steps to reproduce

Add:

       REPOSITORY.
           FUNCTION ALL INTRINSIC.

Under the "CONFIGURATION SECTION.

Expected behavior

It should not be flagged as an error and the parser should take it into account and not require the "FUNCTION" keyword before intrinsic functions.

Screenshots

image

image

Environment

  • OS: Debian 11 running under WSL2 in Windows 11
  • IDE: VS Code
@Trisk3lion Trisk3lion added the bug Something isn't working label Sep 14, 2023
@zimlu02 zimlu02 added this to the 2.1.0 milestone Sep 19, 2023
@zimlu02 zimlu02 removed this from the 2.1.0 milestone Sep 26, 2023
@zimlu02
Copy link
Contributor

zimlu02 commented Oct 10, 2023

The parser is currently being redesigned.
We will reevaluate this issue again after these changes...

@zimlu02
Copy link
Contributor

zimlu02 commented Jan 8, 2024

also reported in CCF - BroadcomMFD/cobol-control-flow#57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To investigate
3 participants