mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
language specific extensions started
This commit is contained in:
14
lib/resource-1.0/abstract/Extra.gf
Normal file
14
lib/resource-1.0/abstract/Extra.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
--1 More syntax rules
|
||||
|
||||
-- This module defines syntax rules that are not implemented in all
|
||||
-- languages, but in more than one, so that it makes sense to offer a
|
||||
-- common API.
|
||||
|
||||
abstract Extra = Cat ** {
|
||||
|
||||
fun
|
||||
GenNP : NP -> Quant ; -- this man's
|
||||
EmbedBareS : S -> SC ; -- (I know) you go
|
||||
ComplBareVS : VS -> S -> VP ; -- know you go
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user