awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesParser Decision Visualizations

Graphical representations of the steps and choices a parser makes when processing input.

Distinct from Decision Records: Visualizes parsing logic decisions instead of architectural decision records (RFCs).

Explore 1 awesome GitHub repository matching part of an awesome list · Parser Decision Visualizations. Refine with filters or upvote what's useful.

Awesome Parser Decision Visualizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ohmjs/ohmAvatar ohmjs

    ohmjs/ohm

    5,471Vezi pe GitHub↗

    Ohm is a formal grammar parser generator and domain-specific language framework. It provides a system for defining custom languages to parse, validate, and extract data from input text, transforming raw strings into hierarchical abstract syntax trees based on specified formal rules. The project utilizes an Earley parsing algorithm, which allows it to support all context-free grammars, including those with left recursion and ambiguity, without requiring predefined operator precedence. It also includes a dedicated debugging toolkit for tracing and visualizing the step-by-step state transitions

    Generates text traces or graphical visualizations of the steps and decisions a parser takes.

    JavaScriptcompilergrammarsjavascript
    Vezi pe GitHub↗5,471
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Parser Decision Visualizations