summaryrefslogtreecommitdiff
path: root/doc/transfer.txt
blob: 4a43d1762cfcddb9fd362090ed64c90569fd9eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
The GF Transfer language
Author: Björn Bringert <bringert@cs.chalmers.se>
Last update: %%date(%c)

% NOTE: this is a txt2tags file.
% Create an html file from this file using:
% txt2tags transfer.txt

%!target:html
%!encoding:utf-8

The GF Transfer language is a programming language which can be
used to write functions which work on abstract syntax terms. 

= Transfer tutorial =

The [Transfer tutorial transfer-tutorial.html] shows an example of how to 
write and use a simple transfer function for a GF grammar.


= Transfer reference =

The [Transfer reference transfer-reference.html] aims to cover
all constructs in the Transfer language.