[SimpleParse] Release 2.0.0b3 available for testing
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@ro...> - 2002-08-06 03:51:19
|
Primary user-visible change is the ability to declare that any item after a given point in a sequential group is required (errorOnFail): s := a,b,!,c,d,e is translated to: s := a,b,c!,d!,e! i.e. this is primarily a convenience mechanism. In addition, I've changed the "precedence" operations for groups, so that: s := a,b,c/d,e,f becomes: s := a,b,(c/d),e,f instead of: s := a,b,(c/(d,e,f)) as happened previously. Other than that, there have been some minor documentation updates. I'm planning to mark the package 2.0.0 final when Marc-André releases TextTools 2.1.0. That version should solve a character-range problem, so I can then uncomment certain code in SimpleParse and have the package complete as far as I want for 2.0.0. http://simpleparse.sf.net/ Enjoy yourselves, Mike _______________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://members.rogers.com/mcfletch/ |