Skip to content

RoySpino/RPGCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPGCracker

Convert structured RPG 4 code to Free-format

This code is meant to help anyone who needs to understand the logic flow of traditional RPG 4 code. This is done by converting the positional based RPG 4 code to the more popular free-format code. The output is a new document with the name of the code followed by “_free”

Version 2: code is now object oriented to better convert programmer defined procedures


Code useage:

C:\> Python .\RPGCracker.py [yourCodehere]


Example:

 C:\Rpg\> ls
  mySampleCode.rpg     RPGCracker.py

 C:\Rpg\> python .\RPGCracker.py .\mySampleCode.rpg

 . . .

 C:\Rpg\> ls
 mySampleCode.rpg      mySampleCode_free.rpg     RPGCracker.py

About

Convert structured RPG 4 code to Free-format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages