ChangeLog of TTthreeParser
==========================


This files enumerates the changes between subsequent version of the
free TTCN-3 parser TTthreeParser.

Version 1.4 (26.06.01)
----------------------
- Parser compliant to rev. 1.11 of BNF

Version 1.3_02 (11.05.01)
----------------------
- calling named alt instance with empty parenthesis possible
- added robustness for the location information generation
- added the String concat "&" operator

Version 1.3 (21.02.01)
----------------------
- removed some ambiguities with syntactic predicates
- modified the grammar for the char string match as 
  there are some (in our mind) meaningless limitation in the 
  TTCN-3 grammar.


Version 1.2 (15.01.01)
----------------------
- Parser compliant to rev. 1.10 of BNF


Version 1.1 (02.11.00)
----------------------
- RangeOperators does not have to be separated anymore by WS
- Removed some minor bugs in the parser
- Added some missing AST Nodes
- Added some missing location informations


Version 1.0 (31.10.00)
----------------------
Initial version
