mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-23 18:21:07 -06:00
Strip down format. More early work on compiler. Add testsuite (doesn't work yet).
This commit is contained in:
12
testsuite/lpgf/Zero.gf
Normal file
12
testsuite/lpgf/Zero.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
-- From Angelov, Bringert, Ranta (2009)
|
||||
abstract Zero = {
|
||||
flags startcat = S ;
|
||||
cat
|
||||
S; NP; VP;
|
||||
fun
|
||||
And : S -> S -> S ;
|
||||
Pred : NP -> VP -> S ;
|
||||
John : NP ;
|
||||
We : NP ;
|
||||
Walk : VP ;
|
||||
}
|
||||
Reference in New Issue
Block a user