Overview of all modules#
The most used functions and classes are in the main parce
module:
Cursor
, Document
,
the functions find()
, root()
, events()
,
theme_by_name()
, theme_from_file()
,
and the most needed objects to make a language definition:
Language
, default_action
, default_target
,
lexicon
, and skip
.
Other important modules are: action
for the standard actions,
rule
for all dynamic rule items, transform
for the transforming
functionality and indent
for indenting functionality that some languages
support.
For syntax highlighting see out
and its submodules, theme
,
formatter
and themes
which contains the builtin themes.
Below is the full module list:
- The main parce module
- The action module
- The css module
- The docio module
- The document module
- The formatter module
- The indent module
- The introspect module
- The language module
- The lexer module
- The lexicon module
- The mutablestring module
- The pkginfo module
- The query module
- The standardaction module
- The regex module
- The registry module
- The rule module
- The ruleitem module
- The target module
- The theme module
- The themes module
- The transform module
- The tree module
- The treebuilder module
- The treebuilderutil module
- The unicharclass module
- The util module
- The validate module
- The work module
See also
Module Index and Index