new tutorial almost finished

This commit is contained in:
aarne
2007-07-06 15:37:32 +00:00
parent bece5b2974
commit bb423658aa
6 changed files with 916 additions and 396 deletions

View File

@@ -0,0 +1,9 @@
--# -path=.:present:prelude
concrete FoodEng of Food = FoodI - [Pizza] with
(Syntax = SyntaxEng),
(LexFood = LexFoodEng) **
open SyntaxEng, ParadigmsEng in {
lin Pizza = mkCN (mkA "Italian") (mkN "pie") ;
}