mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 20:06:29 -06:00
Added tests, fixes, etc
This commit is contained in:
@@ -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 ;
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user