Added tests, fixes, etc

This commit is contained in:
Roman Suzi
2020-07-31 22:58:24 +03:00
parent f9437f01a9
commit 642beb9169
10 changed files with 594 additions and 15 deletions
+1 -2
View File
@@ -77,7 +77,6 @@ lin
c=ss.c
} ;
-- : S -> Subj -> S -> S ; -- I go home, if she comes
SSubjS s subj s2 = {
s=\\m => s.s ! m ++ comma ++ subj.s ++ s2.s ! Ind
@@ -136,6 +135,6 @@ lin
-- : S -> RS -> S ; -- she sleeps, which is good
RelS s rs = {
s=\\m=>s.s ! m ++ embedInCommas (rs.s ! GSg Neut ! Inanimate ! Nom) ;
s=\\m=>s.s ! m ++ comma ++ rs.s ! GSg Neut ! Inanimate ! Nom ;
} ;
}