From 82ba6326f28edd948b5f73cbc74837754e52e0cb Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 6 May 2016 18:46:57 -0500 Subject: [PATCH] Add about to preposition list --- mudsync/parser.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mudsync/parser.scm b/mudsync/parser.scm index 6bba8dd..bbbab13 100644 --- a/mudsync/parser.scm +++ b/mudsync/parser.scm @@ -61,7 +61,8 @@ ;; definite and indefinite, but not partitive articles (define article '(or "the" "a" "an")) -(define preposition '(or "with" "in" "on" "out of" "at" "as" "to")) +(define preposition '(or "with" "in" "on" "out of" "at" "as" "to" + "about")) (define indirect-irx (sre->irregex -- 2.31.1