From: Christopher Allan Webber Date: Thu, 26 Jan 2017 14:33:53 +0000 (-0600) Subject: Add "from" to list of prepositions in parser.scm X-Git-Tag: fosdem-2017~77 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=0b36f49076a6dfb3cc328f6674b5bdd712d7a394 Add "from" to list of prepositions in parser.scm --- 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