Code search

From Software Heritage Wiki
Revision as of 08:10, 26 September 2016 by RobertoDiCosmo (talk | contribs) (Created page with "Searching through the vast amount of code available in Software Heritage is a real technical and scientific challenge. Indeed, when browsing code, one would like to go be...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Searching through the vast amount of code available in Software Heritage is a real technical and scientific challenge.

Indeed, when browsing code, one would like to go beyond classical full text search, for which efficient tools do exist.

One possibility is performing search using regular expressions, for which we list here the relevant prior art:

  • SourceGraph is an implementation in Go of a regular expression search algorithm
  • CodeSearch is a Debian service that uses Google's code for searching through the Debian sources code base