mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
19 lines
336 B
Plaintext
19 lines
336 B
Plaintext
--# -path=.:../romance:../common:../abstract:../../prelude
|
|
|
|
concrete ExtraLexiconRon of ExtraLexicon = CatRon **
|
|
open ParadigmsRon,MorphoRon,BeschRon in {
|
|
|
|
flags
|
|
optimize=values ;
|
|
|
|
lin
|
|
value_N = mkN "valoare" "valori" ;
|
|
square_A = regA "patrat" ;
|
|
time_N = mkNR "timp" ;
|
|
element_N = mkN "element" ;
|
|
|
|
|
|
|
|
|
|
} ;
|