Code Beautifier für exotische Skriptsprache

Peter Lohmann email at peter-lohmann.de
Wed Oct 20 10:53:33 CEST 2010


Hi!

Ich habe eine etwas exotische Skriptsprache... TurboIntegrator von
IBM/Applix und suche dafür einen Code-Beautifier.
Am Besten etwas generisches, daß man konfigurieren kann...
gibt es sowas?

Hier mal ein Codeschnipsel:

sRMName = ATTRS('}Clients', sRMUser, 'Name');
sROEmail = ATTRS('}Clients', sROUser, 'Email');
sRMEmail = ATTRS('}Clients', sRMUser, 'Email');

#### Text für den Abgabeknoten holen
sRMWFCostcenterAlias = ATTRS('D_RM_Costcenter', parRMWFCostcenter,
'EN_DESC_LONG') ;

IF(DTYPE('D_RM_WF_COSTCENTER', parRMWFCostcenter) @= 'N' &
DIMIX('}Groups', sROGroup) <>0 );


     #dann Abgabe und Rückgabe möglich

     ########## SUBMIT BEGINN #############

     #Submit Mode muss Submit sein
     IF(parSubmitRejectMode @='Submit');
          #wenn Rolle = RO
          IF(parRMWFSubmit_Role @= 'RO' & parRMWFUser @= sROUser);
               ### Abfrage, ob Abgabe erlaubt ist, wenn schon abgegeben,
dann ProcessQuit
               #Wenn schon einmal abgegeben wurde error....und processquit
              IF(LONG(CellGetS(sCube, D_Version, parRMWFCostcenter, 
'Submit_' | parRMWFSubmit_Role,'Comment')) =0 );

ENDIF;
ENDIF;
ENDIF;
ENDIF;


Grüße,

Peter




More information about the Linux mailing list