From 5128272343835236d5e3410e12728cb2efe5a39f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 6 May 2016 18:38:02 -0500 Subject: [PATCH] Add "to" to prepositions --- mudsync/parser.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.31.1