diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-07-03 15:29:23 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-07-03 15:29:23 +0000 |
| commit | 3e174603abf15a5875db512aa45ad78cd5a019e4 (patch) | |
| tree | c605cbf35d3ff84e8de7ecaff4a595ea6b4eea83 /doc/tutorial-next/food.cf | |
| parent | 064df9267c125a878c0f41c9ffb5ed373b02f927 (diff) | |
contents of new tutorial
Diffstat (limited to 'doc/tutorial-next/food.cf')
| -rw-r--r-- | doc/tutorial-next/food.cf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/tutorial-next/food.cf b/doc/tutorial-next/food.cf new file mode 100644 index 000000000..6c6379c60 --- /dev/null +++ b/doc/tutorial-next/food.cf @@ -0,0 +1,15 @@ +Is. S ::= Item "is" Quality ; +That. Item ::= "that" Kind ; +This. Item ::= "this" Kind ; +QKind. Kind ::= Quality Kind ; +Cheese. Kind ::= "cheese" ; +Fish. Kind ::= "fish" ; +Wine. Kind ::= "wine" ; +Italian. Quality ::= "Italian" ; +Boring. Quality ::= "boring" ; +Delicious. Quality ::= "delicious" ; +Expensive. Quality ::= "expensive" ; +Fresh. Quality ::= "fresh" ; +Very. Quality ::= "very" Quality ; +Warm. Quality ::= "warm" ; + |
