This is the parenml Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:11:50 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
parenmlS-expression markup language.
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
MIT
# ParenML
[](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/srcparenml (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.lispsrc (module).
parse-string (function).
parenml/src/emitter.lispparser.lisp (file).
src (module).
Packages are listed by definition order.
parenml.parserParse 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 |
|---|