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 @@
+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 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 @@
+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. +
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,9 +8,12 @@
+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. 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.