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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |