forked from GitHub/gf-core
added examples/SUMO
This commit is contained in:
18
examples/SUMO/RGLExt/ExtraLexiconRon.gf
Normal file
18
examples/SUMO/RGLExt/ExtraLexiconRon.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
--# -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" ;
|
||||
|
||||
|
||||
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user