nomenclature.texi (531B)
1 @node nomenclature 2 @chapter Nomenclature 3 4 @section Common 5 6 @table @samp 7 @item client 8 Code that generates input to the VM and processes its output. Examples of clients are the @code{engine} module, and the @file{/dev/interactive} executable. 9 @end table 10 11 12 @section Instructions and navigation 13 14 @table @samp 15 @item node 16 A node in the execution flow that has both bytecode and template associated with it. May also have language translations. 17 @item symbol 18 Token used as key to load external content and trigger side-effects. 19 @end table