Skip to content

natashad/dxr

 
 

Repository files navigation

Note

Most development is now taking place on the es branch. master is in maintenance mode for the moment.

DXR

DXR is a code search and navigation tool aimed at making sense of large projects like Firefox. It supports full-text and regex searches as well as structural queries like "Find all the callers of this function." Behind the scenes, it uses trigram indices, the re2 library, and static analysis data collected by instrumented compilers to make searches faster and more accurate than is possible with simple tools like grep.

image

About

An intelligent source code browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.2%
  • C++ 10.1%
  • JavaScript 9.4%
  • HTML 8.7%
  • CSS 4.6%
  • Makefile 1.3%
  • Other 0.7%