RawParser

Showing how a grammar driven parser can be implemented (by FransFaase)

RawParser Alternatives

Similar projects and alternatives to RawParser

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

RawParser reviews and mentions

Posts with mentions or reviews of RawParser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-21.
  • Literate programming is much more than just commenting code
    15 projects | news.ycombinator.com | 21 Mar 2022
    I have started working on a program that can parse Markdown files with fragments of C code and weave those fragments into a C program that can be compiled. For an example input, see https://github.com/FransFaase/RawParser#documentation
  • Show HN: JWEB (a modern implementation of the CWEB Literate Programming system)
    4 projects | news.ycombinator.com | 15 Dec 2021
  • Show HN: Carburetta – C/C++ Fused Scanner and Parser Generator
    1 project | news.ycombinator.com | 9 Apr 2021
    The distinction between a scanner and a parser is somewhat arbitrary. One could use one and the same formalism for it. The scanner usually deals with things that are considered 'atomic' elements in the language, while grammar is used for 'compound' elements consisting of one or more other elements. If there are seen as one and the same, than it naturally flows that the scanner is called from the parser, and not how it is traditionally done, that the scanner acts as a first pass. This seems a logical approach, but in practices, when scanning is context sensitive, requires the implementation of all kinds of hacks. Also, the treatment of keywords (where it is possible that they are case insensitive) it is better to have a grammar for parsing a keyword 'identifier' and a check whether the result matches the keyword. For pure performance this would not be the best solution, but I understand that Carburetta is not design for that. I have been developing a parser that makes no distinction between scanning and parsing in C, which I called RawParser: https://github.com/FransFaase/RawParser . It also offers more powerful grammar constructs and gives examples on how to implement memory management in a uniform way.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 27 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic RawParser repo stats
3
8
0.0
almost 2 years ago

FransFaase/RawParser is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of RawParser is C.


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