1
0
forked from GitHub/gf-core
Files
gf-core/download/release-3.2.t2t
2011-10-25 07:44:57 +00:00

69 lines
2.5 KiB
Plaintext

GF Version 3.2.x Release Notes
October 2010
%!style:../css/style.css
%!postproc(html): <H1> <H1><IMG src="../doc/Logos/gf0.png">
==Installation==
See the [download page http://www.grammaticalframework.org/download/index.html].
==New features==
===GF 3.2.10 (October 2011)===
- Source language extension: it is now possible to override the oper definitions in an interface, by using the
header syntax ``instance Foo of Bar - [f,g,h]``.
- New functionalities in GF shell commands (more information with ``help`` command-name).
- ``aw`` = ``align_words`` option ``-giza`` prints word alignments in Giza++ format.
- ``i`` = ``import`` now recognizes changes in abstract syntax without the need of ``empty``.
- ``pg`` = ``print_grammar`` option ``-lexc`` prints lexicon in Xerox LEXC format.
- ``ps`` = ``put_string`` now has flags for reading transliteration rules from a user-provided file.
- ``r`` = ``reload`` repeats the latest instance of ``import``.
- ``sd`` = ``show_dependencies`` shows all dependencies of a constant, and optionally their code sizes.
- ``so`` = ``show_operations`` shows the oper's in scope, optionally restricted to a value type.
- ``ss`` = ``show_source`` shows source code, or optionally just function headers or source code sizes.
- Haskell output as Generalized Algebraic Datatypes: ``gf -make -output-format=haskell --haskell=gadt``
- ``gf -server`` replaces ``pgf-http`` and makes it easy to test the minibar
and the web-based grammar editor.
===GF 3.2.9 (September 2011)===
- Faster grammar compilation.
- Source-only snapshot.
===GF 3.2 (December 2010)===
- Faster parsing.
- Faster handling of grammars with big lexicons.
- Dependent types.
- Exhaustive random generation with dependent types.
- [Bracketed strings data structure http://code.google.com/p/grammatical-framework/wiki/BracketingAPI].
%- example based
- Probabilities in PGF files.
%- giza alignments
%- language quiz
- The Resource Grammar Library now supports 16 languages and has an
[updated synopsis ../lib/doc/synopsis.html].
- The darcs repo is now available from ``www.grammaticalframework.org`` and
should be a lot faster than ``code.haskell.org``.
- Build of the web services is simplified and an instantly usable demo is
included in the binary distribution
(see [Quickstart ../doc/gf-quickstart.html]).
- Clarified license scheme.
- ...
===Licenses===
- GF compiler: GPL
- Run-time libraries and Resource Grammar Library: LGPL + BSD
--------------------
[www.grammaticalframework.org http://www.grammaticalframework.org]