1
0
forked from GitHub/gf-core

tutorial in final form

This commit is contained in:
aarne
2007-07-08 16:36:56 +00:00
parent 812be937fd
commit c7e85d60fb
20 changed files with 8678 additions and 3401 deletions

View File

@@ -1,8 +1,8 @@
instance LexEng of Lex = open GrammarEng, ParadigmsEng in {
instance LexEng of Lex = open SyntaxEng, ParadigmsEng in {
oper
even_A = regA "even" ;
odd_A = regA "odd" ;
zero_PN = regPN "zero" ;
even_A = mkA "even" ;
odd_A = mkA "odd" ;
zero_PN = mkPN "zero" ;
}