forked from GitHub/gf-core
Added note about Transfer being experimental.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<P ALIGN="center"><CENTER><H1>Transfer language reference</H1>
|
<P ALIGN="center"><CENTER><H1>Transfer language reference</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
||||||
Last update: Thu Dec 8 11:04:17 2005
|
Last update: Fri Dec 9 11:55:35 2005
|
||||||
</FONT></CENTER>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
@@ -63,6 +63,9 @@ Last update: Thu Dec 8 11:04:17 2005
|
|||||||
<HR NOSHADE SIZE=1>
|
<HR NOSHADE SIZE=1>
|
||||||
<P></P>
|
<P></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.
|
This document describes the features of the Transfer language.
|
||||||
See the <A HREF="transfer-tutorial.html">Transfer tutorial</A>
|
See the <A HREF="transfer-tutorial.html">Transfer tutorial</A>
|
||||||
for an example of a Transfer program, and how to compile and use
|
for an example of a Transfer program, and how to compile and use
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ Last update: %%date(%c)
|
|||||||
%!options(html): --toc
|
%!options(html): --toc
|
||||||
%!encoding:utf-8
|
%!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.
|
This document describes the features of the Transfer language.
|
||||||
See the [Transfer tutorial transfer-tutorial.html]
|
See the [Transfer tutorial transfer-tutorial.html]
|
||||||
for an example of a Transfer program, and how to compile and use
|
for an example of a Transfer program, and how to compile and use
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<P ALIGN="center"><CENTER><H1>Transfer tutorial</H1>
|
<P ALIGN="center"><CENTER><H1>Transfer tutorial</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
||||||
Last update: Thu Dec 8 11:04:17 2005
|
Last update: Fri Dec 9 11:55:35 2005
|
||||||
</FONT></CENTER>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
@@ -35,6 +35,9 @@ Last update: Thu Dec 8 11:04:17 2005
|
|||||||
<P></P>
|
<P></P>
|
||||||
<HR NOSHADE SIZE=1>
|
<HR NOSHADE SIZE=1>
|
||||||
<P></P>
|
<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>
|
<A NAME="toc1"></A>
|
||||||
<H1>Objective</H1>
|
<H1>Objective</H1>
|
||||||
<P>
|
<P>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ Last update: %%date(%c)
|
|||||||
%!options(html): --toc
|
%!options(html): --toc
|
||||||
%!encoding:utf-8
|
%!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 =
|
= Objective =
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,12 @@
|
|||||||
<P ALIGN="center"><CENTER><H1>The GF Transfer language</H1>
|
<P ALIGN="center"><CENTER><H1>The GF Transfer language</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
||||||
Last update: Thu Dec 8 11:02:55 2005
|
Last update: Fri Dec 9 11:54:38 2005
|
||||||
</FONT></CENTER>
|
</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>
|
<P>
|
||||||
The GF Transfer language is a programming language which can be
|
The GF Transfer language is a programming language which can be
|
||||||
used to write functions which work on abstract syntax terms.
|
used to write functions which work on abstract syntax terms.
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ Last update: %%date(%c)
|
|||||||
%!target:html
|
%!target:html
|
||||||
%!encoding:utf-8
|
%!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
|
The GF Transfer language is a programming language which can be
|
||||||
used to write functions which work on abstract syntax terms.
|
used to write functions which work on abstract syntax terms.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user