1
0
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:
bringert
2005-12-06 16:23:29 +00:00
parent 1094204640
commit 41aaed58d4
13 changed files with 1041 additions and 45 deletions

24
doc/transfer.txt Normal file
View File

@@ -0,0 +1,24 @@
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
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.