packcc

A parser generator for C (by arithy)

Packcc Alternatives

Similar projects and alternatives to packcc based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better packcc alternative or higher similarity.

packcc reviews and mentions

Posts with mentions or reviews of packcc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-12.
  • A glimpse into the universe where Windows died with the 1980s
    2 projects | news.ycombinator.com | 12 Mar 2024
    There are languages with perfectly clean grammars which can't be parsed by yacc because they aren't LALR(1).

    I agree that a command processor should have a grammar that can be expressed in a well-known formalism, and its parser generated by a parser generator.

    I agree that both POSIX shell and CMD.EXE are flawed because that isn't true.

    What I'm disagreeing with, is that it is important that the grammar formalism be LALR(1) in particular, and that the parser generator be yacc in particular.

    Suppose I have a Packrat parser generator. [0] And my command processor has a nice clean PEG grammar. And I use the Packrat parser generator to generate the parser of my command processor. That grammar quite possibly isn't LALR(1), and hence yacc in particular won't be able to generate a parser for it. But what's the problem with that? If it is a problem at all, it is a very different problem than the problem that CMD.EXE and POSIX shell have

    [0] e.g. https://github.com/arithy/packcc

  • PackCC a PEG parser generator for C
    1 project | news.ycombinator.com | 2 Jan 2023

Stats

Basic packcc repo stats
2
312
4.3
9 days ago

arithy/packcc is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of packcc is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com