simpleparse.examples.findlineset
index
/home/mcfletch/pylive/simpleparse/examples/findlineset.py

 
Data
        declaration = '\n\nfirstLine := "This is first line"\nsecondLine :... secondLine, -fifthLine*, fifthLine\nsets := set*\n'
file1 = 'This is first line\nThis is second line\nThis is N...d line\nThis is fifth line\nThis is NOT fifth line\n'
file2 = 'This is first line\nThis is fifth line\nThis is se...e\nThis is NOT second line\nThis is NOT fifth line\n'
p = <simpleparse.parser.Parser instance>