| Home | Trees | Indices | Help |
|
|---|
|
|
Basic syntactic elements used to format a citation.
This module defines the base syntax elements providing the formatting domain specific language.
|
|||
|
Glue A base class that known how to join together multiple fragments of DSL code. |
|||
| _Sum | |||
| _Or | |||
|
_S1T This is a stage 1 text, ie a text that returns a stage 2 text when called. |
|||
|
_Join The join operator is used to join together multiple fragments of records: |
|||
|
switch The switch operator helps in bringing together multiple citation parts, according to the value of a Txo. |
|||
|
i18n Translatable content. |
|||
|
_Validated Base class for attribute accessors, providing some checks for stage 2. |
|||
| all | |||
| one | |||
| _record_key | |||
|
_SynTag This is a layout tag before its [] marker. |
|||
|
_Tag This is a layout tag after its [] marker, but before the compilation. |
|||
|
_Proto Proto is a string subclass. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
record_key = _record_key()
|
|||
glob =
|
|||
BR = DSL.Tag('br', children=[_S1T('')])
|
|||
A = 'A'
|
|||
B = 'B'
|
|||
I = 'I'
|
|||
Small = 'Small'
|
|||
Span = 'Span'
|
|||
t =
|
|||
|
|||
Transform a simple function into a lazy function lifted in the formatting system. This is only sugar : the initial function must be aware that every argument must be made strict by calling them before use. |
|
|||
glob
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Sep 13 21:54:18 2007 | http://epydoc.sourceforge.net |