mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 06:49:31 -06:00
float parsing fixed
This commit is contained in:
@@ -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"
|
||||
|
||||
}
|
||||
|
||||
@@ -41,4 +41,6 @@ lin
|
||||
-- PHere = DemNP this_NP ;
|
||||
-- PNamed s = DemNP (UsePN (SymbPN s)) ;
|
||||
|
||||
---- FromThisPlace =
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user