summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2005-12-09 10:56:07 +0000
committerbringert <bringert@cs.chalmers.se>2005-12-09 10:56:07 +0000
commitbbd3222a6bb68373b5996a819bf313cde46da690 (patch)
treed3d8aee09389759a24ab26c6ffe23e5b9413c54d
parente964a4d3ca0dc7aeb22d80b0b892cfbc5d9cc5c7 (diff)
Added note about Transfer being experimental.
-rw-r--r--doc/transfer-reference.html5
-rw-r--r--doc/transfer-reference.txt2
-rw-r--r--doc/transfer-tutorial.html5
-rw-r--r--doc/transfer-tutorial.txt1
-rw-r--r--doc/transfer.html5
-rw-r--r--doc/transfer.txt2
6 files changed, 17 insertions, 3 deletions
diff --git a/doc/transfer-reference.html b/doc/transfer-reference.html
index 1f6b5f516..f0f1bcd89 100644
--- a/doc/transfer-reference.html
+++ b/doc/transfer-reference.html
@@ -8,7 +8,7 @@
<P ALIGN="center"><CENTER><H1>Transfer language reference</H1>
<FONT SIZE="4">
<I>Author: Björn Bringert &lt;bringert@cs.chalmers.se&gt;</I><BR>
-Last update: Thu Dec 8 11:04:17 2005
+Last update: Fri Dec 9 11:55:35 2005
</FONT></CENTER>
<P></P>
@@ -63,6 +63,9 @@ Last update: Thu Dec 8 11:04:17 2005
<HR NOSHADE SIZE=1>
<P></P>
<P>
+<B>WARNING: The Transfer language is still experimental. Its syntax, type system and semantics may change without notice. I will try to help you with any problems this might cause, but I will not refrain from changing the language solely for reasons of backwards compatibility.</B>
+</P>
+<P>
This document describes the features of the Transfer language.
See the <A HREF="transfer-tutorial.html">Transfer tutorial</A>
for an example of a Transfer program, and how to compile and use
diff --git a/doc/transfer-reference.txt b/doc/transfer-reference.txt
index 02009fceb..213e78216 100644
--- a/doc/transfer-reference.txt
+++ b/doc/transfer-reference.txt
@@ -10,6 +10,8 @@ Last update: %%date(%c)
%!options(html): --toc
%!encoding:utf-8
+**WARNING: The Transfer language is still experimental. Its syntax, type system and semantics may change without notice. I will try to help you with any problems this might cause, but I will not refrain from changing the language solely for reasons of backwards compatibility.**
+
This document describes the features of the Transfer language.
See the [Transfer tutorial transfer-tutorial.html]
for an example of a Transfer program, and how to compile and use
diff --git a/doc/transfer-tutorial.html b/doc/transfer-tutorial.html
index 31fceadb9..14569344a 100644
--- a/doc/transfer-tutorial.html
+++ b/doc/transfer-tutorial.html
@@ -8,7 +8,7 @@
<P ALIGN="center"><CENTER><H1>Transfer tutorial</H1>
<FONT SIZE="4">
<I>Author: Björn Bringert &lt;bringert@cs.chalmers.se&gt;</I><BR>
-Last update: Thu Dec 8 11:04:17 2005
+Last update: Fri Dec 9 11:55:35 2005
</FONT></CENTER>
<P></P>
@@ -35,6 +35,9 @@ Last update: Thu Dec 8 11:04:17 2005
<P></P>
<HR NOSHADE SIZE=1>
<P></P>
+<P>
+<B>WARNING: The Transfer language is still experimental. Its syntax, type system and semantics may change without notice. I will try to help you with any problems this might cause, but I will not refrain from changing the language solely for reasons of backwards compatibility.</B>
+</P>
<A NAME="toc1"></A>
<H1>Objective</H1>
<P>
diff --git a/doc/transfer-tutorial.txt b/doc/transfer-tutorial.txt
index ad9a4ea55..ceb12693f 100644
--- a/doc/transfer-tutorial.txt
+++ b/doc/transfer-tutorial.txt
@@ -10,6 +10,7 @@ Last update: %%date(%c)
%!options(html): --toc
%!encoding:utf-8
+**WARNING: The Transfer language is still experimental. Its syntax, type system and semantics may change without notice. I will try to help you with any problems this might cause, but I will not refrain from changing the language solely for reasons of backwards compatibility.**
= Objective =
diff --git a/doc/transfer.html b/doc/transfer.html
index af85b77b5..b45917143 100644
--- a/doc/transfer.html
+++ b/doc/transfer.html
@@ -8,10 +8,13 @@
<P ALIGN="center"><CENTER><H1>The GF Transfer language</H1>
<FONT SIZE="4">
<I>Author: Björn Bringert &lt;bringert@cs.chalmers.se&gt;</I><BR>
-Last update: Thu Dec 8 11:02:55 2005
+Last update: Fri Dec 9 11:54:38 2005
</FONT></CENTER>
<P>
+<B>WARNING: The Transfer language is still experimental. Its syntax, type system and semantics may change without notice. I will try to help you with any problems this might cause, but I will not refrain from changing the language solely for reasons of backwards compatibility.</B>
+</P>
+<P>
The GF Transfer language is a programming language which can be
used to write functions which work on abstract syntax terms.
</P>
diff --git a/doc/transfer.txt b/doc/transfer.txt
index 4a43d1762..611cfaf6b 100644
--- a/doc/transfer.txt
+++ b/doc/transfer.txt
@@ -9,6 +9,8 @@ Last update: %%date(%c)
%!target:html
%!encoding:utf-8
+**WARNING: The Transfer language is still experimental. Its syntax, type system and semantics may change without notice. I will try to help you with any problems this might cause, but I will not refrain from changing the language solely for reasons of backwards compatibility.**
+
The GF Transfer language is a programming language which can be
used to write functions which work on abstract syntax terms.