opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
https://opensourcecobol.github.io/opensourcecobol4j/
GNU General Public License v3.0
74 stars 34 forks source link

Convert some EVALUATE statements to switch statement #504

Closed yutaro-sakamoto closed 1 month ago

yutaro-sakamoto commented 1 month ago

Due to this pull request, the compiler converts some EVALUATE statements to switch statements instead of if statements in order to improve the readability of generate Java files. The compiler converts switch statements that satisfies all conditions descibed in the following list to switch satatements.