You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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