parse and annotate the C code in one pass instead of repeated parse+replace operations
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 30 Nov 2013 19:22:57 +0000 (20:22 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 30 Nov 2013 19:22:57 +0000 (20:22 +0100)
commitbf7f54418178814c6a47ec61be686af088113f77
tree61502cd6e07fd02fc7f9c67b9e1312aaa1a4b368
parentbe431b491c2c938cadb9a97cb5aea440c1c379b1
parse and annotate the C code in one pass instead of repeated parse+replace operations
Cython/Compiler/Annotate.py