diff options
| author | aarne <aarne@cs.chalmers.se> | 2005-12-11 17:48:55 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2005-12-11 17:48:55 +0000 |
| commit | 9f867c4922cccb6e61b273a55103e2afaeac4bde (patch) | |
| tree | b31dba589c596b272d0e6ad0fec7079cd0d92ab5 /examples | |
| parent | 8ee11c0e7edaa32b606ac96ec24cc2f8d0bca2e3 (diff) | |
float parsing fixed
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/tram/Tram.gf | 3 | ||||
| -rw-r--r-- | examples/tram/TramI.gf | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/examples/tram/Tram.gf b/examples/tram/Tram.gf index bcd9f7b7c..d8d497fdc 100644 --- a/examples/tram/Tram.gf +++ b/examples/tram/Tram.gf @@ -30,4 +30,7 @@ fun -- PClick : Click -> Place ; -- click associated with a "here" -- PHere : Place ; -- indexical "here", without a click + FromThisPlace : Dep ; -- "from this place" + ToThisPlace : Dest ; -- "to this place" + } diff --git a/examples/tram/TramI.gf b/examples/tram/TramI.gf index 4ac7775ea..37b0138c0 100644 --- a/examples/tram/TramI.gf +++ b/examples/tram/TramI.gf @@ -41,4 +41,6 @@ lin -- PHere = DemNP this_NP ; -- PNamed s = DemNP (UsePN (SymbPN s)) ; +---- FromThisPlace = + } |
