projects
/
mudsync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b6ac4
)
Add "to" to prepositions
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 6 May 2016 23:38:02 +0000
(18:38 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 6 May 2016 23:38:02 +0000
(18:38 -0500)
mudsync/parser.scm
patch
|
blob
|
history
diff --git
a/mudsync/parser.scm
b/mudsync/parser.scm
index ab5a5d7d61dc2328f3e41b48b2385d48c9fa9f2b..6bba8dd7fd14c446e1be03bf220738e7848c8621 100644
(file)
--- a/
mudsync/parser.scm
+++ b/
mudsync/parser.scm
@@
-61,7
+61,7
@@
;; 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"
))
(define indirect-irx
(sre->irregex