Changes between Version 57 and Version 58 of FAQ

Show
Ignore:
Timestamp:
03/15/07 08:19:06 (3 years ago)
Author:
neukirchen
Comment:

Explicitely mentioned ANTLR 2.7.x version, to avoid confusion with ANTLR 3

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v57 v58  
    123123 * Contribute through using and testing (requires only TTCN-3 knowledge) 
    124124 
    125 To contribute new functionality, you need to be familiar with Java, you need to be able to work with the [wiki:Links documentation of the Eclipse API] and you may need some basic knowledge about compiler construction techniques. For improving the built-in TTCN-3 parser, you need to be familiar with ANTLR.  
     125To contribute new functionality, you need to be familiar with Java, you need to be able to work with the [wiki:Links documentation of the Eclipse API] and you may need some basic knowledge about compiler construction techniques. For improving the built-in TTCN-3 parser, you need to be familiar with ANTLR 2.7.x.  
    126126 
    127127The second way to contribute is to write unit tests using JUnit to improve the overall quality of TRex. The necessary programming knowledge is not as comprehensive, but some Java knowledge is still required.