-
Couldn't load subscription status.
- Fork 25
1260 type cobol cfg #1396
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
1260 type cobol cfg #1396
Conversation
WI #1267 Build CFG Graphs from a TypeCobol Program. WI #1267 Build CFG Graphs from a TypeCobol Program. WI #1267 Build CFG Graphs from a TypeCobol Program. WI #1267 Build CFG Graphs from a TypeCobol Program. WI #1267 Build CFG Graphs from a TypeCobol Program. WI #1267 Build CFG Graphs from a TypeCobol Program. WI #1267 Build CFG Graphs from a TypeCobol Program.
WI #1269 Test CFG dot graphs and visualization. WI #1269 Test CFG dot graphs and visualization. WI #1269 Test CFG dot graphs and visualization. WI #1269 Test CFG dot graphs and visualization. WI #1269 Test CFG dot graphs and visualization. WI #1269 Test CFG dot graphs and visualization. WI #1269 Test CFG dot graphs and visualization. WI #1269 Test CFG dot graphs and visualization. WI #1269 Test CFG dot graphs and visualization. WI #1269 Test CFG dot graphs and visualization.
| @@ -0,0 +1,86 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" /> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you reuse file Common.props which set all default values for our configurations ?
Tag to use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, it's done
Better handling IF, EVALUATE and PERFORM loop
Better generating PERFORM procedure blocks.
Better handling SEARCH instruction in cascade
Introduce CFG Modes
Basic Block Group grafting for DFA.
# Conflicts: # TypeCobol/Compiler/Scopes/Scope.cs
WI #1267 Support PERFORM P1 THRU P1
…TypeCobol into 1260_TypeCobolCFG
|
Branch 1260_TypeCobolCFG is now outdated. |
Builsing TypeCobol/Cobol Control Flow Graph and Report using GraphViz dot file.