gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
experimental transformations - added Flag Removal to the auto transfs
authorDoni Pracner <quinnuendo@gmail.com>
Tue, 22 Apr 2014 18:49:41 +0000 (20:49 +0200)
committerDoni Pracner <quinnuendo@gmail.com>
Tue, 22 Apr 2014 18:49:41 +0000 (20:49 +0200)
src-wsl/transf-exp.wsl

index 5b1bd10..8bc0357 100755 (executable)
@@ -40,6 +40,11 @@ MW_PROC @Process_Prog() ==
                        @Delete  
                FI
        OD;
                        @Delete  
                FI
        OD;
+       FOREACH Statement DO
+               IF @Trans?(TR_Flag_Removal) THEN
+                       @Trans(TR_Flag_Removal, "");
+               FI
+       OD;
        C:"remove all the comments ";
        FOREACH Statement DO
        IF @ST(@I) = T_Comment THEN 
        C:"remove all the comments ";
        FOREACH Statement DO
        IF @ST(@I) = T_Comment THEN 
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner