X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fparser.scm;h=034b22f3f2f04dc8f5e2bc609658241e5b9fbd43;hp=bbbab135b131341a8bb72dd23d4fc517e5ec2178;hb=bbf45570e7dfe20e132cc8e4601ccbf2de667ff3;hpb=82ba6326f28edd948b5f73cbc74837754e52e0cb diff --git a/mudsync/parser.scm b/mudsync/parser.scm index bbbab13..034b22f 100644 --- a/mudsync/parser.scm +++ b/mudsync/parser.scm @@ -66,7 +66,7 @@ (define indirect-irx (sre->irregex - `(: (? (: ,preposition (+ space))) ; possibly a preposition (ignored) + `(: (? (: ,preposition (+ space))) ; possibly a preposition (? (: ,article (+ space))) ; possibly an article (ignored) (=> direct-obj (* any)) ; direct object (kept) (+ space)