2003-05-28  Eelco Visser  <visser@cs.uu.nl>

	* parse/stratego-desugar.str, syn/Stratego-Strategies.sdf: characters
	can also be used as congruences (of course).

2003-05-28  Martin Bravenboer <martin@mbravenboer.org>

  * syn/Stratego-Constants.sdf: allow newlines in String
    literals. This allows you to use String literals spanning
    multiple lines.

  * syn/Stratego-Lex.sdf and Main.sdf: removed because they
    are never used. Especially the Stratego-Lex module
    was confusing.

2003-05-12  Martin Bravenboer <martin@mbravenboer.org>

  * syn/Stratego-Strategies.sdf,
    parse/stratego-desugar.sdf,  
    pp/Stratego-pretty.pp: Changed TupleCong to EmptyTupleCong
    Reported by Rob Vermass.

2003-03-17  Martin Bravenboer <martin@mbravenboer.org>

  * pp/Stratego-pretty.pp: Fixed Con, reported by Rob Vermaas.

2003-02-28  Martin Bravenboer <martin@mbravenboer.org>

  * pp/Stratego-pretty.pp: Added SRule, reported by Rob Vermaas.

2003-02-25  Martin Bravenboer <martin@mbravenboer.org>

  * pp/Stratego-pretty.pp: Added AnnoCong and StrategyCurly,
    reported by Rob Vermaas.

2003-02-05  Martin Bravenboer <martin@mbravenboer.org>

  * syn/StrategoStratego.sdf: Added some quotations and
  anti-quotations for using concrete syntax for signatures.

2003-02-05  Eelco Visser  <visser@cs.uu.nl>

	* parse/parse-stratego.str: Shifted name of default syntax from
	get-meta to get-syntax.

2003-01-14  Eelco Visser  <visser@cs.uu.nl>

	* parse/meta-explode.str: Support for ToBuild and FromApp to write
	ASP style quotation and antiquotation.

2003-01-02  Eelco Visser  <visser@cs.uu.nl>

	* sig/Makefile.am : .str file explicit target for sdf-to-sig, otherwise make
	doesn't know they have been created

2003-01-01  Eelco Visser  <visser@cs.uu.nl>

	* syn/StrategoStratego.sdf: removed ~ StrategoTerm -> Id injection, since
	it caused wrong parses; use ~id: instead.

2002-12-30  Eelco Visser  <visser@cs.uu.nl>

	* syn/meta-explode.str: presentation for use in book

2002-12-22  Eelco Visser  <visser@cs.uu.nl>

	* syn/StrategoStratego.sdf: ~term*:

	* parse/meta-explode.str: main -> meta-explode

	* parse/parse-stratego.str: Refactored using XTC

2002-12-21  Eelco Visser  <visser@cs.uu.nl>

	* syn/StrategoStratego.sdf: Cleaned up definitions of concrete
	syntax injections. The |[ ... ]| quotation marks should be used
	instead of [[ ... ]]. The latter are still defined, but will be
	phased out.

	* pp/astratego2text.str: Using XTC

	* syn/Stratego-Strategies.sdf: Make rule without scope (SRule) into
	a strategy by means of parentheses: (t1 -> t2 where s) is a strategy.
	This was already the case in the abstract syntax. Primitives and
	calls can both have terms *and* strategies as arguments. This has
	not been implemented in the compiler yet.

2002-12-18  Eelco Visser  <visser@cs.uu.nl>

	* syn/StrategoStratego.sdf: added |[ ... ]| style injections

	* syn/StrategoRenamed.sdf: Renaming of ID

2002-12-16  Eelco Visser  <visser@cs.uu.nl>

	* syn/Stratego-Terms.sdf: Priority definition for annotations

	* parse/stratego-desugar.str: Desugaring of contexts

	* Makefile.am (SUBDIRS): Removed chec_dist target

2002-12-11  Eelco Visser  <visser@cs.uu.nl>

	* pp/: Removing stratego.pp from CVS repository
	* sig/: Adding generated signature to CVS repository for bootstrapping

2002-12-09  Eelco Visser  <visser@cs.uu.nl>

	* using autoxt

	* parse/: Improved stratego-desugar

	* syn/: Split up syntax definition in smaller modules

2002-12-08  Eelco Visser  <visser@cs.uu.nl>

	* pp/Stratego-pretty.pp: pretty-printing characters

	* parse/stratego-desugar.str: Desugaring character constants

	* syn/Stratego.sdf: Syntax of character constants

2002-12-07  Eelco Visser  <visser@cs.uu.nl>

	* Renamed parse-cmod into parse-stratego, which now also deals
	with non-concrete syntax modules. Completed stratego-desugar.

2002-12-01  Eelco Visser  <visser@cs.uu.nl>

	* syn/Stratego.sdf: Annotation congruences, list of terms as annotation

2002-09-19  Eelco Visser  <visser@acm.org>

	* syn/Stratego.sdf: Added sort ID as the combination of Id and LId
	to allow list variables declared in term variable scopes.

2002-09-17  Eelco Visser  <visser@acm.org>

	* Added syntax for list variables

	* parse/meta-explode.r: Improved explosion of list meta variables.

2002-08-04  Eelco Visser  <visser@acm.org>

	* sig/Makefile.am: Install Stratego.rtree instead of Stratego.r
	such that users don't have to modify the installation directory
	to parse the file

2002-06-11  Eelco Visser  <visser@acm.org>

	* parse/parse-cmod.r, parse/parse-cmod.config.src: verbosity
	levels

2002-06-09  Eelco Visser  <visser@acm.org>

	* stratego-front is a new package that extends the Stratego
	Compiler with support for concrete syntax.

	
