-
Notifications
You must be signed in to change notification settings - Fork 3.3k
JavaScript Runtime bug #3270
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
Comments
Please attach all files required to run your code and reproduce the bug |
Git.zip |
Hi, |
This is for anyone who is facing the same problem as me and doesn't want to / can't wait for the next release to get their problem solved. |
I already posted the complete issue on StackOverflow and someone pointed out that this should be posted here.
This is the code for NodeJS file
Please click this Link for COBOL grammar
The COBOL code I am trying to parse is as follows
Here is an image of a tree formed after parsing the above COBOL code through the given grammar, which clearly shows that

TRUE
is identified as abooleanliteral
which is as expectedbut after I run the code on my local nodejs it gives a runtime error as follows
and as a StackOverflow user pointed out that the code runs fine in java.
File Attachment to reproduce the code.
Git.zip
The text was updated successfully, but these errors were encountered: