parse-notebook gets passed in a string and returns an intermediary output format. It is based on InstaParse. Notes: SEGMENTS=SEGMENT (<N> SEGMENT)* This basically decodes one or more segments, that are separated by newline.
LINE = #'.*'
This is an regex that spans maximum one line and can contain one or more
characters of any type.
One of multiple keywords:
keyword = 'cond' | 'defn'
<IN> = #'[a-zA-Z0-9]+[
]' <OUT> = #'[a-zA-Z0-9]+[ ]'
parse-notebook gets passed in a string and returns an intermediary output format. It is based on InstaParse. Notes: SEGMENTS=SEGMENT (<N> SEGMENT)* This basically decodes one or more segments, that are separated by newline. LINE = #'.*' This is an regex that spans maximum one line and can contain one or more characters of any type. One of multiple keywords: keyword = 'cond' | 'defn' <IN> = #'[a-zA-Z0-9]+[ ]' <OUT> = #'[a-zA-Z0-9]+[ ]'
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close