Progress4GL to CSharp conversion
Jump to navigation
Jump to search
some links:
- https://sourceforge.net/projects/progress4gl2cs/: This source code converter translates Progress4GL code (e.g. Progress9, OpenEdge) into C# code
- this is not a working software. It uses the same parsing routines as the converter that we wrote for the conversion from Delphi.net to C#
- http://www.joanju.com/proparse and http://www.oehive.org/proparse/ Generate a Source code tree of Progress4gl code
- using http://www.antlr.org/
Use for OpenPetra:
- We have a lot of code of the old Petra still written in Progress 4gl.
- The problem is that we need the new code to access our own typed Datasets.
- One approach could be to parse the current .w files (graphical user interface files) and generate a yml file which can be used to generate the new screen for OpenPetra