Home | Trees | Indices | Help |
---|
|
Derive forms and properties of syntagmas by macro expansion.
This module provides facilities for macro derivations on syntagmas. It
consists of two elements: the text format for defining macro derivations,
and the derivator class which reads and processes these definitions. The
derivator class is documented within this module, while the syntax and
semantics of syntagma derivations are documented in the user manual, at
doc/user/lingo.docbook#sec-lgsynder
.
Author: Chusslove Illich (Часлав Илић) <caslav.ilic@gmx.net>
License: GPLv3
Classes | |
SynderError | |
Synder Derivator objects import sources of derivations and get queried for properties of syntagmas. |
Functions | |||
|
|||
bool |
|
Variables | |
__package__ =
|
Function Details |
Clear all cached sources. When file with derivations is loaded, its parsed form is cached, such that future load instructions on that same path (e.g. when the path is included from another file) do not waste any extra time and memory. This function erases all sources from the cache, when loading files anew on future load instructions is desired. |
Import file with derivations. If the compile file path If the file cannot be compiled, the behavior depends on
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 24 21:00:27 2014 | http://epydoc.sourceforge.net |