1
0
forked from GitHub/gf-rgl

added a project for Portuguese as a copy of Spanish

This commit is contained in:
aarne
2016-04-25 19:58:18 +00:00
parent 9dd42f472a
commit cf3995d302
48 changed files with 89868 additions and 5 deletions

13
src/portuguese/ResPor.gf Normal file
View File

@@ -0,0 +1,13 @@
--1 Pornish auxiliary operations.
--
---- This module contains operations that are needed to make the
---- resource syntax work. To define everything that is needed to
---- implement $Test$, it moreover contains regular lexical
---- patterns needed for $Lex$.
--
instance ResPor of ResRomance = DiffPor ** open CommonRomance, Prelude in {
--- flags optimize=noexpand ;
} ;