Skip to content

v2.1.0

Compare
Choose a tag to compare
@uwol uwol released this 20 Nov 19:16

We're very excited to introduce ProLeap COBOL parser 2.1.0. In the last months, the parser was tested with a lot of real-life production COBOL files. As a result, this release contains a lot of bug fixes and optimizations:

  • optimized the order of called ASG elements, as they are added to the symbol table
  • redefined paragraphs, data description entries etc. do not collide on the symbol table
  • comments added to hidden channel
  • a lot of fixes in the preprocessor
  • a lot of fixes in the AST grammar
  • a lot of fixes in the ASG generator

Thanks to @Reinhard-Prehofer, @albertolovato, @acaramia for pull requests and contributions.