X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=mudsync%2Fparser.scm;h=918d090ebdf40493094da8186c2807b5aa40ff38;hb=HEAD;hp=16a811b9903fcb605b7ec2bad3b4904ffb62574f;hpb=5b32a3cd5db05b0bce7316b6ebdf3e80d855d7c9;p=mudsync.git diff --git a/mudsync/parser.scm b/mudsync/parser.scm index 16a811b..918d090 100644 --- a/mudsync/parser.scm +++ b/mudsync/parser.scm @@ -1,5 +1,5 @@ ;;; Mudsync --- Live hackable MUD -;;; Copyright © 2016 Christopher Allan Webber +;;; Copyright © 2016 Christine Lemmer-Webber ;;; ;;; This file is part of Mudsync. ;;; @@ -61,7 +61,7 @@ ;; definite and indefinite, but not partitive articles (define article '(or "the" "a" "an")) -(define preposition '(or "with" "in" "inside" "on" "out" "out of" +(define preposition '(or "with" "in" "inside" "into" "on" "out" "out of" "at" "as" "to" "about" "from")) (define indirect-irx