summaryrefslogtreecommitdiff
path: root/download/release-3.3.t2t
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-10-25 13:10:10 +0000
committerhallgren <hallgren@chalmers.se>2011-10-25 13:10:10 +0000
commit9c506ff64199a924fdc4384a8842723e61318c9d (patch)
treec56e429420d34d09ba101e62d40ed6e3bc23dccd /download/release-3.3.t2t
parent87f86f7342e8a68d9bffd95dea9dc206b59405f4 (diff)
Preparing for release of GF 3.3
+ Release notes in download/release-3.3.t2t + New download page in download/index-3.3.t2t (to be renamed to index.t2t)
Diffstat (limited to 'download/release-3.3.t2t')
-rw-r--r--download/release-3.3.t2t35
1 files changed, 35 insertions, 0 deletions
diff --git a/download/release-3.3.t2t b/download/release-3.3.t2t
new file mode 100644
index 000000000..9fb4731c8
--- /dev/null
+++ b/download/release-3.3.t2t
@@ -0,0 +1,35 @@
+GF Version 3.3 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==
+
+- 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.
+- Faster grammar compilation (also included in the GF 3.2.9 source-only
+ snapshot).
+
+
+--------------------
+
+[www.grammaticalframework.org http://www.grammaticalframework.org]