All Projects → kythe → Kythe

kythe / Kythe

Licence: apache-2.0
Kythe is a pluggable, (mostly) language-agnostic ecosystem for building tools that work with code.

Programming Languages

go
31211 projects - #10 most used programming language
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
Starlark
911 projects
rust
11053 projects
typescript
32286 projects

Kythe

all kythe

Features

  • Extensive documentation of the Kythe schema

  • Indexer implementations for C++, Go, and Java

  • Compilation extractors for javac, Maven, cmake, Go, and Bazel

  • Generic verifier for indexers

  • Sample cross-reference service and accompanying web UI

  • Many useful utility commands to work with Kythe artifacts

Getting Started

Download the latest Kythe release from https://github.com/kythe/kythe/releases and then unpack it for a snapshot of Kythe’s toolset.

tar xzf kythe-v*.tar.gz
rm -rf /opt/kythe
mv kythe-v*/ /opt/kythe

See /opt/kythe/README for a complete description of the packaged tools and their usages.

Contributing and Building Kythe

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].