From c703a92136ce579282c63c6e31fff76cc84b37ce Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 6 Dec 2005 16:33:40 +0000 Subject: Transfer: Changed transfer program file extension from .tr to .tra to avoid collision with Troff file extension. --- doc/transfer-tutorial.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/transfer-tutorial.html') diff --git a/doc/transfer-tutorial.html b/doc/transfer-tutorial.html index 038ba1aca..abc3668b3 100644 --- a/doc/transfer-tutorial.html +++ b/doc/transfer-tutorial.html @@ -7,7 +7,7 @@

Transfer tutorial

Author: Björn Bringert <bringert@cs.chalmers.se>
-Last update: Tue Dec 6 17:25:21 2005 +Last update: Tue Dec 6 17:32:55 2005

@@ -85,7 +85,7 @@ This is done with the transfer grammar printer:
   $ gf
   > i English.gf
-  > pg -printer=transfer | wf tree.tr
+  > pg -printer=transfer | wf tree.tra
 

@@ -95,13 +95,13 @@ abstract syntax module is not enough. FIXME: why?

The command sequence above writes a Transfer data type definition to the -file tree.tr. +file tree.tra.

Write transfer code

We write the Transfer program -aggregate.tr. +aggregate.tra.

FIXME: explain the code @@ -123,10 +123,10 @@ Here, <lib> is the path to search for any modules which you i in your Transfer program. You can give several -i flags.

-So, to compile aggregate.tr which we created above, we use: +So, to compile aggregate.tra which we created above, we use:

-  $ transferc aggregate.tr
+  $ transferc aggregate.tra
 

-- cgit v1.2.3