Skip to content

Releases: mbdevpl/open-fortran-parser

v0.8.5-1

Choose a tag to compare

@mbdevpl mbdevpl released this 05 Nov 07:20

Changes:

v0.8.4-4

Choose a tag to compare

@mbdevpl mbdevpl released this 10 Jan 12:02

Backwards compatible functionality changes:

  • added (hopefully) informative usage text
  • FortranStream class is now more easily extensible

Repository changes:

  • using jacoco to check test coverage on Travis, and codecov to see the results test coverage from Codecov
  • added licence file and copyright notice to the repo

v0.8.4-3

Choose a tag to compare

@mbdevpl mbdevpl released this 09 Dec 16:17

Changes:

  • some properties of parser events were not printable using FortranParserActionPrint, which was inconsistent across parser events and limited the printer's ability to build a fully-functional custom printer -- now all properties will be printed when maximum verbosity is enabled

v0.8.4-2

Choose a tag to compare

@mbdevpl mbdevpl released this 04 Oct 03:44

Changes:

  • using Bintray to automatically publish each build latest Bintray version

v0.8.4-1

Choose a tag to compare

@mbdevpl mbdevpl released this 30 May 00:53

Changes:

  • patched FortranParserActionPrint class that could not be properly subclassed due to access levels of its members -- so for example writing my own printer would introduce a lot of code duplication

  • resolved an issue when compiling with recent GCC versions

  • using Travis CI to automate builds Build Status

ANTLR binary is mirrored from here: http://www.antlr3.org/download/