Liking cljdoc? Tell your friends :D

pinkgorilla.encoding.decode


add-addonclj/s

(add-addon segment addon)
source

add-console-responseclj/s

(add-console-response segment con)
source

add-value-responseclj/s

(add-value-response segment val)
source

create-code-segmentclj/s

(create-code-segment inp)
source

decodeclj/s

(decode s)
source

find-elementclj/s

(find-element data kw)
source

get-linesclj/s

(get-lines lines)
source

get-metaclj/s

(get-meta segments)
source

is-typeclj/s

(is-type kw data)
source

kernel-s-to-kwclj/s

(kernel-s-to-kw skernel)
source

meta?clj/s

(meta? segment)
source

parse-notebookclj/s

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]+[
]'
   
sourceraw docstring

process-codeclj/s

(process-code seg)
source

process-mdclj/s

(process-md seg)
source

process-segmentclj/s

(process-segment seg)
source

vector-typeclj/s

source

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

× close