From version 2.8, AGFL is been brought under the GPL-3
license. Among the many improvements since previous
versions are:

- A machine independent abstract machine implemented by
  a runtime system that no longer needs to link the
  generated abstract code. Thus it is possible to
  distribute the abstract machine code generated for a
  grammar without having to distribute the original
  grammar alongside.

- Lexical and translation penalties have been introduced

- Fact tables and hybrid parsing have been implemented.

The version is bumped to 3.0.

- Change bars in the manual indicate user-visible changes

- Layering of rules (into syntactic, terminal and lexical),
  limiting the use of the new glue (+) operator, and
  $MATCH/$SKIP.

The version is bumped to 3.2.
