Skip to content

Version 1.3

Compare
Choose a tag to compare
@cederberg cederberg released this 13 Mar 11:51
· 189 commits to master since this release
  • Added C# API documentation
    C# API documentation has now been added to the release documentation. The build
    file uses CppDoc to generate the HTML documents.
    Bug #3612
  • Added source code examples to documentation
    Some examples of Java source code for creating a parser has been added to the
    reference manual.
    Bug #4093
  • Improved and clarified the Analyzer API
    The Analyzer class API has been clarified by improving the generated comments slightly
    and by adding a getChildValues() method.
    Bug #4181
  • Corrected generation of C# analyzer classes
    The generation of C# analyzer classes was completely broken in all previous releases,
    due to missing keywords and erroneous casing of method names. Tests have now been
    added to verify the generated analyzers. This was only an issue in the C# code generation,
    as the Java version has been tested continuously.
    Bug #4416 &
    Bug #4498