Update the join/connect verb definitions
authorJason Self <j@jxself.org>
Tue, 20 Aug 2019 01:55:25 +0000 (18:55 -0700)
committerJason Self <j@jxself.org>
Tue, 20 Aug 2019 01:55:25 +0000 (18:55 -0700)
To work with the current library version, which already has "connect"
being used elsewhere.

src/spirit.inf

index be85c08d2a133f213d1ac44ac65e50d0613da46e..a14f6ee5ff7ed78257c2b1dbe1413c14eb9bafe1 100644 (file)
@@ -3055,7 +3055,10 @@ Verb "fold"
    * noun       -> Fold;
 Verb "mix" "stir"
    * noun       -> Mix;
-Verb "join" "connect"
+Verb "join"
+   * noun "to" noun -> Join
+   * noun "with" noun -> Join;
+Extend only "connect"
    * noun "to" noun -> Join
    * noun "with" noun -> Join;
 Verb meta "help" "hint"