added dynamic linking approach to exits. live hacking rooms works! :D :D
[mudsync.git] / mudsync / parser.scm
index ab5a5d7d61dc2328f3e41b48b2385d48c9fa9f2b..bbbab135b131341a8bb72dd23d4fc517e5ec2178 100644 (file)
@@ -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"))
+(define preposition '(or "with" "in" "on" "out of" "at" "as" "to"
+                         "about"))
 
 (define indirect-irx
   (sre->irregex