parenml

2015-09-24

S-expression markup language.

Upstream URL

github.com/CommonDoc/parenml

Author

Fernando Borretti <eudoxiahp@gmail.com>

Maintainer

Fernando Borretti <eudoxiahp@gmail.com>

License

MIT
README

ParenML

Build Status

An S-expression markup language.

Overview

Usage

Examples

(:section (Counting)
  (:deflist
    (:item (Sum Rule)
      (If two tasks can be performed in $m$ and $n$ ways, respectively, then
       there are $m + n$ ways of doing (:b either).))
    (:item (Product Rule)
      (If two sequential tasks can be performed in $m$ and $n$ ways,
       respectively, there are $m * n$ ways of performing the sequence.))))

License

Copyright (c) 2014 Fernando Borretti

Licensed under the MIT License.

Dependencies (4)

  • common-doc-plump
  • esrap
  • fiveam
  • plump

Dependents (1)

  • GitHub
  • Quicklisp