awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alex avatar

alex/rply

0
View on GitHub↗
392 Stars·62 Forks·Python·BSD-3-Clause·3 Aufrufe

Rply

An attempt to port David Beazley's PLY to RPython, and give it a cooler API.

Features

  • Parser Generators - Port of a parsing tool to RPython.

Star-Verlauf

Star-Verlauf für alex/rplyStar-Verlauf für alex/rply

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Rply

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Rply.
  • ocaml/ocamlAvatar von ocaml

    ocaml/ocaml

    6,514Auf GitHub ansehen↗

    OCaml is a strongly typed functional language featuring a sophisticated type system and a focus on safety and expressiveness. It provides a comprehensive compiling toolchain that transforms source code into either portable bytecode or high-performance native binaries. The project is distinguished by a shared memory parallel runtime that executes computations across multiple processor cores using domains, and an algebraic effect system for managing side effects and control flow through execution context handlers. It also includes a dedicated parser generator to automatically create lexers and

    OCamlcompilerfunctional-languageocaml
    Auf GitHub ansehen↗6,514
  • kevinmehall/rust-pegAvatar von kevinmehall

    kevinmehall/rust-peg

    1,598Auf GitHub ansehen↗

    Parsing Expression Grammar (PEG) parser generator for Rust

    Rustgrammarparser-generatorparsing
    Auf GitHub ansehen↗1,598
  • nikomatsakis/lalrpopAvatar von nikomatsakis

    nikomatsakis/lalrpop

    2Auf GitHub ansehen↗

    LR(1) parser generator for Rust

    Rust
    Auf GitHub ansehen↗2
  • hardmath123/nearleyAvatar von Hardmath123

    Hardmath123/nearley

    3,740Auf GitHub ansehen↗

    Nearley is a JavaScript parser toolkit used to define context-free grammars and generate corresponding parsers. It features an EBNF grammar compiler that transforms language definitions written in extended Backus-Naur Form into executable JavaScript code, utilizing an Earley parser implementation to process any context-free grammar. The toolkit distinguishes itself by its ability to handle left-recursion and ambiguity without failing, allowing it to identify and return multiple valid derivations for a single input string. It also includes a grammar fuzzing generator to produce random strings

    JavaScript
    Auf GitHub ansehen↗3,740
Alle 9 Alternativen zu Rply anzeigen→

Häufig gestellte Fragen

Was macht alex/rply?

An attempt to port David Beazley's PLY to RPython, and give it a cooler API.

Was sind die Hauptfunktionen von alex/rply?

Die Hauptfunktionen von alex/rply sind: Parser Generators.

Welche Open-Source-Alternativen gibt es zu alex/rply?

Open-Source-Alternativen zu alex/rply sind unter anderem: ocaml/ocaml — OCaml is a strongly typed functional language featuring a sophisticated type system and a focus on safety and… hardmath123/nearley — Nearley is a JavaScript parser toolkit used to define context-free grammars and generate corresponding parsers. It… kevinmehall/rust-peg — Parsing Expression Grammar (PEG) parser generator for Rust. nikomatsakis/lalrpop — LR(1) parser generator for Rust. pest-parser/pest — Pest is a Rust parsing library and automatic parser generator that transforms formal grammar definitions into… philippesigaud/pegged — A Parsing Expression Grammar (PEG) module, using the D programming language.