Skip to content

Version 1.4

Compare
Choose a tag to compare
@cederberg cederberg released this 13 Mar 11:55
· 173 commits to master since this release
  • Added Apache Ant task
    An Apache Ant task has been added to the distribution. See the reference
    manual for details on how to use it.
    Bug #3620
  • Added support for retrieving all tokens
    The Tokenizer class now supports enabling a useTokenList feature, that will
    link all tokens in a double-linked list. This can be used to access whitespace
    and comment tokens, although otherwise ignored by the parser. By default
    this feature is off, to avoid potetial garbage collection problems when parsing large files.
    Bug #3605
  • Removed API documentation for unsupported API
    Java API documentation for the unsupported API:s in Grammatica is no longer
    created or distributed.
    Bug #4969
  • Corrected a null pointer error in --profile
    When using --profile a null pointer exception was thrown during the parsing
    of the file. This was due to the analyzer being set to null, something that has
    now been made impossible.
    Bug #4967