forked from GitHub/gf-core
Moved transfer documentation to doc/. Added sections and text to transfer tutorial and reference. Added script for generating html from txt2tags files.
This commit is contained in:
30
doc/transfer.html
Normal file
30
doc/transfer.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
||||
<TITLE>The GF Transfer language</TITLE>
|
||||
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
||||
<P ALIGN="center"><CENTER><H1>The GF Transfer language</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Author: Björn Bringert <bringert@cs.chalmers.se></I><BR>
|
||||
Last update: Tue Dec 6 14:26:07 2005
|
||||
</FONT></CENTER>
|
||||
|
||||
<P>
|
||||
The GF Transfer language is a programming language which can be
|
||||
used to write functions which work on abstract syntax terms.
|
||||
</P>
|
||||
<H1>Transfer tutorial</H1>
|
||||
<P>
|
||||
The <A HREF="transfer-tutorial.html">Transfer tutorial</A> shows an example of how to
|
||||
write and use a simple transfer function for a GF grammar.
|
||||
</P>
|
||||
<H1>Transfer reference</H1>
|
||||
<P>
|
||||
The <A HREF="transfer-reference.html">Transfer reference</A> aims to cover
|
||||
all constructs in the Transfer language.
|
||||
</P>
|
||||
|
||||
<!-- html code generated by txt2tags 2.0 (http://txt2tags.sf.net) -->
|
||||
<!-- cmdline: txt2tags darcs.txt transfer-reference.txt transfer-tutorial.txt transfer.txt -->
|
||||
</BODY></HTML>
|
||||
Reference in New Issue
Block a user