rrdelaney / kythe

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

Home Page:https://kythe.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://kythe.io

License:Apache License 2.0


Languages

Language:Go 33.1%Language:C++ 30.5%Language:Java 15.3%Language:Starlark 14.2%Language:Shell 1.8%Language:TypeScript 1.8%Language:Clojure 0.7%Language:Rust 0.6%Language:Python 0.6%Language:Dockerfile 0.4%Language:OCaml 0.2%Language:CSS 0.2%Language:PHP 0.1%Language:HTML 0.1%Language:Lex 0.1%Language:Yacc 0.1%Language:Ruby 0.1%Language:JavaScript 0.1%Language:TeX 0.0%Language:Makefile 0.0%