Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Last active March 1, 2025 12:04
Show Gist options
  • Save sogaiu/d9485ae3cd546ca09a2b5b37784e6d49 to your computer and use it in GitHub Desktop.
Save sogaiu/d9485ae3cd546ca09a2b5b37784e6d49 to your computer and use it in GitHub Desktop.
list of parsers purpose draft

TLDR

This list collects parsers for use with tree-sitter (ABI >= 12).

Rationale

To have a single list that can be checked for likely usable parsers for:

  • devs to study
  • compute various stats (e.g. percent adopting a certain abi level)

Currently usable parsers means abi >= 13, but up to one level lower (abi >= 12) is kept because:

  • work might be in progress for an update
  • parser might still be usable so may be useful for studying

Background

The above content was arrived at after discussion with clason on Discord / Matrix on 2025-03-01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment