Add about to preposition list
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 May 2016 23:46:57 +0000 (18:46 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 May 2016 23:46:57 +0000 (18:46 -0500)
mudsync/parser.scm

index 6bba8dd7fd14c446e1be03bf220738e7848c8621..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" "to"))
+(define preposition '(or "with" "in" "on" "out of" "at" "as" "to"
+                         "about"))
 
 (define indirect-irx
   (sre->irregex