Liking cljdoc? Tell your friends :D

advenjure.verb-map


add-go-shortcutsclj/s

(add-go-shortcuts vmap)

Allow commands like 'north' and 'n' instead of 'go north'

Allow commands like 'north' and 'n' instead of 'go north'
sourceraw docstring

add-verbclj/s

(add-verb verb-map verbs handler)

Adds the given function as the handler for every verb in the list.

Adds the given function as the handler for every verb in the list.
sourceraw docstring

default-mapclj/s

source

find-verbclj/s

(find-verb verb-map text)

Return [verb tokens] if there's a proper verb at the beginning of text.

Return [verb tokens] if there's a proper verb at the beginning of text.
sourceraw docstring

match-verbclj/s

(match-verb text verb)
source

msort-verbsclj/s

source

regexpclj/s

source

sort-verbsclj/s

(sort-verbs verb-map)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close