Skip to content
Chick Markley edited this page Jun 30, 2014 · 2 revisions

The len() problem. When SEJITS parsing an AST, the following code should be parsable:

a = numpy.ones([1024])
for index in range(len(a)):
    a[index] = a[index]*2

But getting the len function resolved while walking the tree is difficult.

Clone this wiki locally