sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

Use non-C readline equivalent #92

Open sqs opened 9 years ago

sqs commented 9 years ago

Such as https://github.com/peterh/liner, to avoid cgo

chzyer commented 9 years ago

@sqs, Would you mind considering https://github.com/chzyer/readline :)