1
0
forked from GitHub/gf-core

float parsing fixed

This commit is contained in:
aarne
2005-12-11 17:48:55 +00:00
parent 8ee11c0e7e
commit 9f867c4922
8 changed files with 50 additions and 28 deletions

View File

@@ -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"
}

View File

@@ -41,4 +41,6 @@ lin
-- PHere = DemNP this_NP ;
-- PNamed s = DemNP (UsePN (SymbPN s)) ;
---- FromThisPlace =
}