
Parsing is slowest
	- Don't call __cmp__ method of tokens in parser.  It's slow like
	  a dog.
	- The __init__ of BranchNode shouldn't call _valToMember; that's
	  the job of newNode.

	- There seems to be almost no benefit to be gained by using
	  ints instead of strings.
