Faster dependancy parsing.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 12 Sep 2010 08:35:26 +0000 (01:35 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 12 Sep 2010 08:35:26 +0000 (01:35 -0700)
commit03199009b25fb8c78c05781fd827bb98f368ad42
tree04e92681c7d4df4f702385702aa99461e40ff24b
parent57cdf36e2722831f5ba16e0cf198c12c1f4482d8
Faster dependancy parsing.

Now based on regex, as actually parsing the file was way to slow.
Cython/Compiler/Dependencies.py [new file with mode: 0644]
Cython/Compiler/Main.py