# $Id: ChangeLog 12958 2006-06-17 10:00:58Z bernhard $

2006-06-17     Bernhard Schmalhofer
        * Try to make it work with current compiler tools and antlr-3ea10

2006-02-20     Bernhard Schmalhofer
        * Add the generated Java code to SVN

2006-02-19     Bernhard Schmalhofer
        * Play with PASTinPIR generation for ANTLR3.

2006-01-22     Bernhard Schmalhofer
        * Break the ANTLR PAST_Val nodes up into PAST_Val_Strqq and PAST_Val_Num.
          This allows support for the 'valtype' attribute in Allison's PAST. 

2005-12-11     Bernhard Schmalhofer
        * ANTLR is only needed for maintainance,
	  so probing for ANTLR during Parrot configuration is not needed

2005-12-11     Bernhard Schmalhofer
        * Generate PIR that sets up a PAST data structure and executes it via POST
        * Let some tests use the PAST target

2005-08-25     Bernhard Schmalhofer
        * Start with assignment to lexicals

2005-08-25     Bernhard Schmalhofer
        * Start with parsing function definitions
        * Printing of unitialized lexicals

2005-08-23     Bernhard Schmalhofer
        * Handle parentheses
        * Start with code blocks

2005-08-22     Bernhard Schmalhofer
        * Simplify the grammar
        * Handle keyword "quit"

2005-08-21     Bernhard Schmalhofer
        * Recognize numbers with leading digits

2005-08-17     Bernhard Schmalhofer
        * Start with handling strings

2005-08-17     Bernhard Schmalhofer
        * Allow empty lines
        * Recognice comments

2005-07-30     Bernhard Schmalhofer
        * Release initial version to the Parrot SVN repository
	* '+', '-', '*', '/', '%' are evaluated
