simpleparse.tests.testvrml
index
s:\sp\simpleparse\tests\testvrml.py

This "test" tags a VRML97-compliant file and times the action
 
As you'll see, the timing isn't spectacular when using the non-recursive
implementation and the newly fixed repetition code.  I'm thinking we may
need to re-fix that code to only use the "propriety" test when there is
an actual danger.

 
Functions
            
buildVRMLParser(declaration="header := -[\\n]*\nrootItem := ts,(P... := ( [ \\011-\\015,]+ / ('#',-'\\012'*,'\\n')+ )*\n")
 
Data
             VRMLPARSERDEF = "header := -[\\n]*\nrootItem := ts,(P... := ( [ \\011-\\015,]+ / ('#',-'\\012'*,'\\n')+ )*\n"
__file__ = r'S:\sp\simpleparse\tests\testvrml.pyc'
__name__ = 'simpleparse.tests.testvrml'