1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/paleolithic.cf
2005-12-16 20:25:52 +00:00

9 lines
283 B
CFEngine3

S ::= NP VP ;
VP ::= V | TV NP | "is" A ;
NP ::= "this" CN | "that" CN | "the" CN | "a" CN ;
CN ::= A CN ;
CN ::= "boy" | "louse" | "snake" | "worm" ;
A ::= "green" | "rotten" | "thick" | "warm" ;
V ::= "laughs" | "sleeps" | "swims" ;
TV ::= "eats" | "kills" | "washes" ;