summaryrefslogtreecommitdiff
path: root/examples/model/LexFre.gf
blob: 6b439f9b844499a904591b9b119e77536e94805b (plain)
1
2
3
4
5
6
7
8
instance LexFre of Lex = open GrammarFre, ParadigmsFre in {

  oper
    even_A = regA "pair" ;
    odd_A = regA "impair" ;
    zero_PN = regPN "zéro" ;

}