gram_grep VS pfff

Compare gram_grep vs pfff and see what are their differences.

gram_grep

Search text using a grammar, lexer, or straight regex. Chain searches for greater refinement. (by BenHanson)

pfff

Tools for code analysis, visualizations, or style-preserving source transformation. (by facebookarchive)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gram_grep pfff
4 6
11 2,422
- -
7.1 0.0
12 days ago about 5 years ago
C++ OCaml
Boost Software License 1.0 GNU General Public License v3.0 or later
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.

gram_grep

Posts with mentions or reviews of gram_grep. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • AST-grep(sg) is a CLI tool for code structural search, lint, and rewriting
    15 projects | news.ycombinator.com | 10 Dec 2023
    There is also gram_grep[0]"Search text using a grammar, lexer, or straight regex. Chain searches for greater refinement."

    See also parsertl-playground[1] for online edit/test grammars.

    [0]https://github.com/BenHanson/gram_grep

  • Show HN: Yacc/Lex editor/tester online
    3 projects | news.ycombinator.com | 7 Sep 2023
    I'm building an online yacc/lex (LALR(1)) grammar editor/tester to help develop/debug/document grammars, the main repository is here https://github.com/mingodad/parsertl-playground and the online playground with several non trivial examples is here https://mingodad.github.io/parsertl-playground/playground/ .

    Select a grammar/example from "Examples" select box and then click "Parse" to see a parser tree for the source in "Input source" editor.

    It's based on https://github.com/BenHanson/gram_grep and https://github.com/BenHanson/lexertl14 .

    Any feedback is welcome !

    The grammars available so far (with varying state of correctness):

    - Ada parser

  • Question about lexer and parser generators in Rust
    8 projects | /r/rust | 11 Feb 2023
  • MSVC Backend Updates in Visual Studio 2019 version 16.10 Preview 2 | C++ Team Blog
    5 projects | /r/cpp | 15 Apr 2021
    Thanks for the tip, but I fear storing the result on the stack will be too much to ask for for big lexers (see https://github.com/BenHanson/gram_grep/blob/c64f8829661f11b38a55b42b37f5051c5eabfaa6/main.cpp#L2301 for example).

pfff

Posts with mentions or reviews of pfff. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.

What are some alternatives?

When comparing gram_grep and pfff you can also consider the following projects:

frozen - a header-only, constexpr alternative to gperf for C++14 users

WhiteBeam - WhiteBeam: Transparent endpoint security

tracy - Frame profiler

flow - Adds static typing to JavaScript to improve developer productivity and code quality.

gramatika - A minimal toolkit for writing parsers with Rust

vircadia-native-core - Vircadia open source agent-based metaverse ecosystem.

parsertl14 - C++14 version of parsertl

syntax-searcher - Language-independent command-line utility for syntax-aware pattern matching.

chumsky - Write expressive, high-performance parsers with ease.

ocaml-tree-sitter-semgrep - Generate parsers from tree-sitter grammars extended to support Semgrep patterns

semgrep - Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.

infer - A static analyzer for Java, C, C++, and Objective-C