new tutorial almost finished

This commit is contained in:
aarne
2007-07-06 15:37:32 +00:00
parent 8517d2ead6
commit b425d960dc
8 changed files with 936 additions and 406 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") ;
}