awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
UplinkCoder avatar

UplinkCoder/FancyPars-lite

0
View on GitHub↗
5 estrellas·2 forks·D·3 vistas

FancyPars Lite

FancyPars - a very fast parserGenerator

Features

  • Parser Generators - Fast parser generator for D.

Historial de estrellas

Gráfico del historial de estrellas de uplinkcoder/fancypars-liteGráfico del historial de estrellas de uplinkcoder/fancypars-lite

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace uplinkcoder/fancypars-lite?

FancyPars - a very fast parserGenerator

¿Cuáles son las características principales de uplinkcoder/fancypars-lite?

Las características principales de uplinkcoder/fancypars-lite son: Parser Generators.

¿Qué alternativas de código abierto existen para uplinkcoder/fancypars-lite?

Las alternativas de código abierto para uplinkcoder/fancypars-lite incluyen: ocaml/ocaml — OCaml is a strongly typed functional language featuring a sophisticated type system and a focus on safety and… gerhobbelt/jison — bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator). 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…

Alternativas open-source a FancyPars Lite

Proyectos open-source similares, clasificados según cuántas características comparten con FancyPars Lite.
  • ocaml/ocamlAvatar de ocaml

    ocaml/ocaml

    6,514Ver en GitHub↗

    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
    Ver en GitHub↗6,514
  • hardmath123/nearleyAvatar de Hardmath123

    Hardmath123/nearley

    3,740Ver en GitHub↗

    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
    Ver en GitHub↗3,740
  • kevinmehall/rust-pegAvatar de kevinmehall

    kevinmehall/rust-peg

    1,598Ver en GitHub↗

    Parsing Expression Grammar (PEG) parser generator for Rust

    Rustgrammarparser-generatorparsing
    Ver en GitHub↗1,598
  • gerhobbelt/jisonAvatar de GerHobbelt

    GerHobbelt/jison

    126Ver en GitHub↗

    bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator)

    JavaScript
    Ver en GitHub↗126
  • Ver las 9 alternativas a FancyPars Lite→