Re: CoCoPy Beta released

2007-12-01 Thread Terry Reedy
"Ron Provost" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | VARS = [ 0 for x in xrange( 0, 1000 ) ] # Create an array to hold the This is the same as [0]*1000 which is faster to write, read, (and run). -- http://mail.python.org/mailman/listinfo/python-list

CoCoPy Beta released

2007-12-01 Thread Ron Provost
I would like to introduce CoCo/r to the Python world. CoCo/r is an scanner generator and LL(k) parser generator which has already been ported to many languages. CocoPy 1.0.3b1 can be found in the Python Package Index. Features: - The generated scanner and parser are completely independant. Ei