Architecture
Internally program code is stored as special django models such as
NumberConstant
(see Constants) , IfStatement
, Assignment
and so forth. Structure of
syntax tree is held by class Node derived from treebeard.NS_Node.
Operators and operands are linked with Node
objects through
django contenttypes system.
Other details are briefly described in
Administrative setup and
Invocation injecting sections