summaryrefslogtreecommitdiff
path: root/examples/regulus/toy0/Toy0.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/regulus/toy0/Toy0.gf')
-rw-r--r--examples/regulus/toy0/Toy0.gf5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/regulus/toy0/Toy0.gf b/examples/regulus/toy0/Toy0.gf
index ed0ba51e8..00c7ed0a4 100644
--- a/examples/regulus/toy0/Toy0.gf
+++ b/examples/regulus/toy0/Toy0.gf
@@ -2,13 +2,12 @@ abstract Toy0 = {
-- grammar from Chapter 2 of the Regulus book
-flags startcat=MAIN ;
+flags startcat=NP ;
cat
- MAIN ; NP ; Noun ; Spec ;
+ NP ; Noun ; Spec ;
fun
- Main : NP -> MAIN ;
SpecNoun : Spec -> Noun -> NP ;
One, Two : Spec ;