1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource-1.0/abstract/Extra.gf
2006-06-03 21:23:22 +00:00

14 lines
374 B
Plaintext

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