=Changes to make additional Tenses work

This commit is contained in:
David Bamutura
2020-06-29 16:04:22 +03:00
parent a21df23da5
commit 0fbe5a14cd
7 changed files with 395 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
abstract LexiconExtra =Cat **{
fun
creator_PN : PN;
jesus_PN : PN;
lord_PN : PN;
christ_PN : PN;
paul_PN : PN;
peter_PN : PN;
--john_PN : PN;
jerusalem_PN : PN;
abraham_PN : PN;
moses_PN : PN;
simon_PN : PN;
jacob_PN : PN;
creator_PN : PN;
satan_PN : PN;
galilee_PN : PN;
pilate_PN : PN;
mary_PN : PN;
david_PN : PN;
jesus_teacher_PN : PN;
angel_PN : PN;
herod_PN : PN;
isreal_PN : PN;
judas_PN : PN;
joseph_PN : PN;
philip_PN : PN;
barnabas_PN : PN;
saul_PN : PN;
elijah_PN : PN;
egypt_PN : PN;
}