tree-sitter-visitor VS tree-sitter-php

Compare tree-sitter-visitor vs tree-sitter-php and see what are their differences.

tree-sitter-visitor

Procedural macro for generating a visitor trait for Tree Sitter Rust bindings (by tibordp)

tree-sitter-php

PHP grammar for tree-sitter (by tree-sitter)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tree-sitter-visitor tree-sitter-php
1 4
1 131
- 7.6%
10.0 0.0
over 2 years ago about 1 month ago
C C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tree-sitter-visitor

Posts with mentions or reviews of tree-sitter-visitor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-03.
  • Show HN: Alumina Programming Language
    4 projects | news.ycombinator.com | 3 Sep 2022
    Honestly, Tree Sitter is fantastic, I can highly recommend it. By far the most user friendly and powerful parser generator I've worked with. The C API is very nice.

    The only two pain point I had is that the `node-types.json` that's generated only contains the names of the nodes, not the numerical IDs. This means that if you have some codegen generating Rust enums is difficult if you want to avoid matching nodes by string.

    I wrote https://github.com/tibordp/tree-sitter-visitor for generating visitor traits in Rust for a given grammar. I actually did it a bit differently in the end for Alumina, but it might come useful.

tree-sitter-php

Posts with mentions or reviews of tree-sitter-php. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-30.

What are some alternatives?

When comparing tree-sitter-visitor and tree-sitter-php you can also consider the following projects:

alumina - A general purpose programming language

tree-sitter-c - C grammar for tree-sitter

tree-sitter-zig - Tree-sitter package for the Zig programming language

emacs-phps-mode - Emacs major mode for PHP with code intelligence

tree-sitter-rust - Rust grammar for tree-sitter

tree-sitter-make

tree-sitter-sql - SQL syntax highlighting for tree-sitter

treesit-langs - Language bundle for Emacs's tree-sitter package

tree-sitter-lua - Lua grammar for tree-sitter.

tree-sitter-go - Go grammar for tree-sitter