Fixed by adding an argument 'onfail' to the native parse function for streams. This function will be applied to the text, if the parsing fails. This strategy arguments avoids problems with garbage collection of the text.
Martin Bravenboer [2005-12-17 01:03]
Fixed by adding an argument 'onfail' to the native parse function for streams. This function will be applied to the text, if the parsing fails. This strategy arguments avoids problems with garbage collection of the text.