From 0b36f49076a6dfb3cc328f6674b5bdd712d7a394 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 26 Jan 2017 08:33:53 -0600 Subject: [PATCH] Add "from" to list of prepositions in parser.scm --- mudsync/parser.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mudsync/parser.scm b/mudsync/parser.scm index 034b22f..e9a788d 100644 --- a/mudsync/parser.scm +++ b/mudsync/parser.scm @@ -62,7 +62,7 @@ ;; definite and indefinite, but not partitive articles (define article '(or "the" "a" "an")) (define preposition '(or "with" "in" "on" "out of" "at" "as" "to" - "about")) + "about" "from")) (define indirect-irx (sre->irregex -- 2.31.1