From: Christopher Allan Webber Date: Fri, 6 May 2016 23:38:02 +0000 (-0500) Subject: Add "to" to prepositions X-Git-Tag: fosdem-2017~158 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=5128272343835236d5e3410e12728cb2efe5a39f;ds=sidebyside Add "to" to prepositions --- diff --git a/mudsync/parser.scm b/mudsync/parser.scm index ab5a5d7..6bba8dd 100644 --- a/mudsync/parser.scm +++ b/mudsync/parser.scm @@ -61,7 +61,7 @@ ;; definite and indefinite, but not partitive articles (define article '(or "the" "a" "an")) -(define preposition '(or "with" "in" "on" "out of" "at" "as")) +(define preposition '(or "with" "in" "on" "out of" "at" "as" "to")) (define indirect-irx (sre->irregex