How to write a linter using tree-sitter in an hour

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • tree-sitter

    An incremental parsing system for programming tools

  • > No one has tackled this yet, though, because in practice it has worked well enough to FFI in the C parser implementations.

    The only issue I’ve come up with so far is a very distinct lack of ARM(64) support in precompiled binaries for FOSS-projects using tree-sitter.

    One risks having to manually set up rust and build it yourself on your ARM-host, because currently there’s no easy way to cross-compile it, despite being largely rust-based.

    https://github.com/tree-sitter/tree-sitter/issues/1366

  • dotfiles

    A collection of my dotfiles (by siraben)

  • Using Nix and home-manager I'm able to have this setup with Emacs work across Linux and macOS (x86 and arm64) because it compiles the grammars from Nixpkgs itself (the grammar list can also be augmented declaratively with other grammars).

    [0] https://github.com/siraben/dotfiles/blob/a0f49781ecb05693908...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts