mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-06 13:52:44 -06:00
model for resource
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
instance LexFre of Lex = open GrammarFre, ParadigmsFre in {
|
||||
|
||||
oper
|
||||
even_A = regA "pair" ;
|
||||
odd_A = regA "impair" ;
|
||||
zero_PN = regPN "zéro" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user