This is the parenml Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:14:49 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
parenml
S-expression markup language.
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
MIT
# ParenML
[![Build Status](https://travis-ci.org/CommonDoc/parenml.svg?branch=master)](https://travis-ci.org/CommonDoc/parenml)
An S-expression markup language.
# Overview
# Usage
# Examples
“‘lisp
(: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.
0.1
plump
(system).
common-doc-plump
(system).
esrap
(system).
src
(module).
Modules are listed depth-first from the system components tree.
parenml/src
parenml
(system).
parser.lisp
(file).
emitter.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
parenml/src/parser.lisp
src
(module).
parse-string
(function).
parenml/src/emitter.lisp
parser.lisp
(file).
src
(module).
Packages are listed by definition order.
parenml.parser
Parse ParenML input into an S-expression.
common-lisp
.
esrap
.
parse-string
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Parse a ParenML string into an S-expression.
Jump to: | F P |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
F | |||
Function, parse-string : | Public ordinary functions | ||
| |||
P | |||
parse-string : | Public ordinary functions | ||
|
Jump to: | F P |
---|
Jump to: | E F M P S |
---|
Jump to: | E F M P S |
---|