[SimpleParse] Graceful failure ?
Brought to you by:
mcfletch
From: H. T. H. <hi...@co...> - 2004-03-18 22:24:27
|
Hello, Is there a way to get Simpleparse to gracefully exit instead of going into an infinite loop ? For example if I have a grammar definition like this column_specs := '<s>',ws,('<c>',ws)+,'\n' then the system would go into an infinite loop if the input contains '<S>' '<c>' How to solve this problem ? Regards, hth -- |