Version 0.6.1: Added catch of infinite repetitions of nil patterns to the NtoM Pattern. (This catches patterns like * which would otherwise run off allocating an infinite number of interpretations of nothing.) Syntax errors now raise SyntaxError instead of ValueError. Version 0.6: Added the special "SPACE" pattern supporting implicit white space. Added a skip expression to the Regex() Pattern (to support SPACE) Updated the examples to use implicit whitespace. Version 0.5: Initial release