(Por) change mkPrep paradigm

- add Por to Make.hs
- rm elisDe (PhonoPor)
- change mkPrep paradigm, and make necessary changes
- rm ParsePor
This commit is contained in:
odanoburu
2018-06-20 12:31:36 -03:00
parent acd218d39b
commit 49a405cdb2
7 changed files with 11 additions and 193 deletions
-9
View File
@@ -1,12 +1,3 @@
resource PhonoPor = open Prelude in {
oper
arts : pattern Str = #("o" | "os" | "a" | "as") ;
elisDe : Str ;
elisDe = pre {
#arts => "d" ++ BIND ;
_ => "de"
} ;
} ;