1 Repo
Libraries that transform Ruby source code into abstract syntax trees with exact location tracking and diagnostic reporting.
Distinct from Ruby Parsers: Distinct from Ruby Parsers: specifically emphasizes source-location tracking and integrated diagnostic reporting capabilities.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Ruby Source Code Parsers. Refine with filters or upvote what's useful.
Parser is a Ruby source code parser that converts raw source text into structured abstract syntax trees for static analysis and code manipulation. It features dynamic dispatch mechanisms that select specific grammar and tokeniser implementations at runtime, supporting both the executing interpreter version and explicitly targeted language specification versions. The library constructs abstract syntax tree nodes as frozen, immutable objects while tracking exact source file coordinates and character ranges for each node. Developers can supply custom builder objects to control how tree nodes ar
Transforms Ruby source code into abstract syntax trees with exact location tracking and diagnostic reporting.