Version 0.7 (2023-03-20): Added firstLine parameter to match/parse which improves the error message returned in a SyntaxError exception. Incorporated esrapyIndent which facilitates indentation sensitive syntaxes. In particular added the ">>" operator for specifying indented blocks. Version 0.6.1 (2006-03-25): 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 (2006-03-16): 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 (2006-03-15): Initial release