jolt namespaces
jolt closures
types
real backends (static, dynamic, bytecode)
managed runtime
precise gc
mixed-mode execution
idst in jolt
1st-class, incremental parsers
parser stacks (local; static vs. fluid context)
gui + source repo
persistent/associated parsing contexts

----------------------------------------------------------------

words (as in WordArray elements) should be typed by the compiler
('typedef unsigned long word_t' or somesuch) rather than being
explicitly cast to 'unsigned int' (or worse) in WordArray methods.
