-
Notifications
You must be signed in to change notification settings - Fork 25
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
Procedure: new features part 1/2 #287
Comments
First set of new features for functions of procedure. Thanks. |
…he test files, so the test fails for the proper reason.
The 4 crossed rules at the end of the end of the issue description (TCRFUN_DECLARATION_NO_REDEFINES REDEFINES, TCRFUN_DECLARATION_NO_RENAMES RENAMES, TCRFUN_DECLARATION_NO_FILLER FILLER and TCRFUN_DECLARATION_NO_ANONYMOUS_VARIABLES) are nowhere to be seen either in source code, in test code or in the project wiki, and no other issue than this one references them, so there were never implemented, as far as I can trace. The 7 new procedure invocation rules are now referenced on this page. |
I've implemented every rule that I could grasp. |
I'll check these new rules |
Of for this issue, all remaining tasks are now described in issues: #342, #350 and #335. |
…ts from Compiler.Nodes.ProcedureStyleCall Codegen.Nodes.ProcedureStyleCall inherited from Compiler.Nodes.Call which was the base class for standard Cobol 85 call.
New features for functions and procedures:
Following rules have been removed from specifications:
TCRFUN_DECLARATION_NO_REDEFINESREDEFINES
are not allowedTCRFUN_DECLARATION_NO_RENAMESRENAMES
are not allowedTCRFUN_DECLARATION_NO_FILLERFILLER
are not allowedTCRFUN_DECLARATION_NO_ANONYMOUS_VARIABLES Unnamed variables are not allowedMake sure, it's not implemented anymore
The text was updated successfully, but these errors were encountered: