1
0
forked from GitHub/gf-rgl

skeletal version of AppRus.gf

This commit is contained in:
krasimir
2016-05-11 11:24:31 +00:00
parent 6b03d01ae8
commit d9d797b1f1
3 changed files with 57 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
--# -path=.:../abstract
concrete ExtensionsRus of Extensions =
CatRus ** open ResRus, (E = ExtraRus), Prelude, SyntaxRus in {
flags
coding = utf8 ;
lincat
VPI = {s:Str} ;
}