Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.prose.alpha.document.clojure

API providing evaluation tools to evaluate document using Clojure's environment.

API providing evaluation tools to evaluate document using Clojure's environment.
raw docstring

fr.jeremyschoffen.prose.alpha.document.common.evaluator

Generic API providing document evaluation utilities.

Generic API providing document evaluation utilities.
raw docstring

fr.jeremyschoffen.prose.alpha.document.sci

API providing evaluation tools to evaluate document using Sci.

API providing evaluation tools to evaluate document using Sci.
raw docstring

fr.jeremyschoffen.prose.alpha.eval.sci

Api providing tools to facilitate the evaluation of documents using Sci.

Api providing tools to facilitate the evaluation of documents using Sci.
raw docstring

fr.jeremyschoffen.prose.alpha.out.html.compiler

Specialization of the generic compiler from fr.jeremyschoffen.prose.alpha.compilation.core to compile to html.

Specialization of the generic compiler from [[fr.jeremyschoffen.prose.alpha.compilation.core]]
to compile to html.
raw docstring

fr.jeremyschoffen.prose.alpha.out.html.tags.definition

Utility namespace providing a macro that generates constructor functions for commonly used html tags.

Utility namespace providing a macro that generates constructor functions for commonly used html tags.
raw docstring

fr.jeremyschoffen.prose.alpha.out.latex.compiler

Specialization of the generic compiler from fr.jeremyschoffen.prose.alpha.compilation.core to compile to LaTeX.

Very, don't use it yet.

Specialization of the generic compiler from [[fr.jeremyschoffen.prose.alpha.compilation.core]]
to compile to LaTeX.

Very, don't use it yet.
raw docstring

fr.jeremyschoffen.prose.alpha.out.markdown.compiler

Specialization of the generic compiler from fr.jeremyschoffen.prose.alpha.compilation.core to compile to markdown.

Specialization of the generic compiler from [[fr.jeremyschoffen.prose.alpha.compilation.core]]
to compile to markdown.
raw docstring

fr.jeremyschoffen.prose.alpha.out.markdown.tags

Api containing constructor functions for markdown tags.

Api containing constructor functions for markdown tags.
raw docstring

fr.jeremyschoffen.prose.alpha.reader.core

This namespaces provides a reader that combines our grammar and clojure's reader to turn a string of prose text into data clojure can then evaluate.

The reader starts by parsing the text using our grammar. This gives a first data representation from which is computed data that clojure can evaluate.

The different syntactic elements are processed as follows:

  • text -> string
  • clojure call -> itself
  • symbol -> itself
  • tag -> clojure fn call
  • verbatim block -> string containing the verbatim block's content.
This namespaces provides a reader that combines our grammar and clojure's reader to turn a string of prose text into
data clojure can then evaluate.

The reader starts by parsing the text using our grammar. This gives a first data representation from which
is computed data that clojure can evaluate.

The different syntactic elements are processed as follows:
- text -> string
- clojure call -> itself
- symbol -> itself
- tag -> clojure fn call
- verbatim block -> string containing the verbatim block's content.
raw docstring

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

× close