dapengzhang0 / 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

Features

  • Extensive documentation of the Kythe schema

  • Indexer implementations for C++ 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/google/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:C++ 39.0%Language:Go 27.5%Language:Java 16.1%Language:Python 5.2%Language:Shell 4.4%Language:Protocol Buffer 2.2%Language:Clojure 1.4%Language:TypeScript 1.3%Language:Rust 1.0%Language:OCaml 0.4%Language:CSS 0.4%Language:HTML 0.2%Language:JavaScript 0.2%Language:Lex 0.2%Language:Yacc 0.2%Language:Ruby 0.1%Language:TeX 0.1%Language:C 0.1%Language:Makefile 0.0%Language:RenderScript 0.0%Language:Objective-C 0.0%