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'
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'
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close