Liking cljdoc? Tell your friends :D

pinkgorilla.encoding.decode


decodeclj/s

(decode s)
source

decode2clj/s

(decode2 s)
source

get-linesclj/s

(get-lines lines)
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'

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'
sourceraw docstring

process-codeclj/s

(process-code seg)
source

process-mdclj/s

(process-md seg)
source

process-segmentclj/s

(process-segment seg)
source

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

× close