Skip to content

v1.0.13

Compare
Choose a tag to compare
@yutaro-sakamoto yutaro-sakamoto released this 31 Jul 01:30
· 277 commits to main since this release
955c090

New Features

  • Add -debug option
  • Add -Wparentheses option
  • Add -Wcolumn-overflow option
  • Add -fmfcomment option
  • Add -ffunctions-all option
  • Implement COB_IO_ASSUME_REWRITE
  • Output version strings in generated Java files

Improve Performance

  • Optimize ADD statement and SUBTRACT statement
  • Optimize comparison of PIC S9(n)V(m)
  • Implement the precomputation for CobolDataStorage

Bug fixes

  • Fix non-NIST tests
  • Fix CALL parameter
  • Fix COMPUTE statement
  • Fix SORT statement
  • Fix EXIT PERFORM CYCLE
  • Fix functions CURRENT-DATE and SYSTEM
  • Fix displaying numbers

Miscellaneous

  • Improve the variable names in generated Java files
  • Update tests for NIST COBOL85 tests
  • Refactor generated Java files