diff options
Diffstat (limited to 'development/pycscope/README')
-rw-r--r-- | development/pycscope/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/pycscope/README b/development/pycscope/README new file mode 100644 index 0000000000..6ce0040d95 --- /dev/null +++ b/development/pycscope/README @@ -0,0 +1,4 @@ +pycscope is a python script that generates a cscope index of Python source trees. + +pycscope uses Python's own parser and AST to generate the index, so it is a +bit more accurate than plain cscope. |