semantic is a Haskell library and command line tool for parsing, analyzing, and comparing source code. Run semantic --help for complete list of up-to-date options. Semantic uses tree-sitter to generate parse trees, but layers in a more generalized notion of syntax terms across all supported programming languages. We'll see why this is important when we get to diffs and program analysis, but for now let's just inspect some output. It helps to have a simple program to parse. Symbols are named identifiers driven by the ASTs. This is the format that github.com uses to generate code navigation information allowing c-tags style lookup of symbolic names for fast, incremental navigation in all the supported languages. The incremental part is important because files change often so we want to be able to parse just what's changed and not have to analyze the entire project again.

Features

  • Generates per-language Haskell syntax types based on tree-sitter grammar definitions
  • Reads blobs from a filesystem or provided via a protocol buffer request
  • Returns blobs or performs analysis
  • Renders output in one of many supported formats
  • semantic requires at least GHC 8.10.1 and Cabal 3.0.
  • You can also use the Bazel build system for development

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow Semantic

Semantic Web Site

Other Useful Business Software
Full-stack observability with actually useful AI | Grafana Cloud Icon
Full-stack observability with actually useful AI | Grafana Cloud

Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Semantic!

Additional Project Details

Programming Language

Haskell

Related Categories

Haskell Source Code Analysis Tool, Haskell Code Review Software, Haskell Command Line Tools

Registered

2021-07-13