[SimpleParse] Re: Case insensitivity
Brought to you by:
mcfletch
From: Paul P. <pau...@ho...> - 2003-08-25 04:08:42
|
I tried the new version 2.0.1a2 and it works a treat. Strangely it seems to run quicker on my grammar. For my application I get the following, Case sensitive: Ran 414 tests in 171.785s Case insensitive Ran 414 tests in 155.531s Possible causes: 0. PC doing other things 1. In the second case 8 tests failed because the case insensitivity showed a problem in my tests (I was accidentially using a lower case keyword as a variable). 2. .... ? I'll fix my tests and see what happens - but in any event, this is a great feature! Paul |