gem.sh gem.sh
Home Gems Types Docs Community
  • Modules

    • module Parser
    • module Parser::AST
    • module Parser::Builders
    • module Parser::Lexer::Explanation
    • module Parser::Meta
    • module Parser::Source
  • Classes

    • class Array
    • class Parser::AST::Node
    • class Parser::AST::Processor
    • class Parser::Base
    • class Parser::Builders::Default
    • class Parser::ClobberingError
    • class Parser::Diagnostic
    • class Parser::Diagnostic::Engine
    • class Parser::Lexer
    • class Parser::Lexer::Dedenter
    • class Parser::Lexer::Literal
    • class Parser::Lexer::StackState
    • class Parser::MacRuby
    • class Parser::Rewriter
    • class Parser::Ruby18
    • class Parser::Ruby19
    • class Parser::Ruby20
    • class Parser::Ruby21
    • class Parser::Ruby22
    • class Parser::Ruby23
    • class Parser::Ruby24
    • class Parser::RubyMotion
    • class Parser::Runner
    • class Parser::Runner::RubyParse
    • class Parser::Runner::RubyParse::LocationProcessor
    • class Parser::Runner::RubyRewrite
    • class Parser::Source::Buffer
    • class Parser::Source::Comment
    • class Parser::Source::Comment::Associator
    • class Parser::Source::Map
    • class Parser::Source::Map::Collection
    • class Parser::Source::Map::Condition
    • class Parser::Source::Map::Constant
    • class Parser::Source::Map::Definition
    • class Parser::Source::Map::For
    • class Parser::Source::Map::Heredoc
    • class Parser::Source::Map::Keyword
    • class Parser::Source::Map::ObjcKwarg
    • class Parser::Source::Map::Operator
    • class Parser::Source::Map::RescueBody
    • class Parser::Source::Map::Send
    • class Parser::Source::Map::Ternary
    • class Parser::Source::Map::Variable
    • class Parser::Source::Range
    • class Parser::Source::Rewriter
    • class Parser::Source::Rewriter::Action
    • class Parser::StaticEnvironment
    • class Parser::SyntaxError
    • class ParserGauntlet
    • class String
    Overview
    H
    Home
    R
    Reference
    T
    Types
    C
    Changelogs
  • Documentation
    • README
    • Ast format
    • Customization
    • Internals
  • More
    • Versions
    • Source
    • Playground
    • Stats
    • Metadata
    • Wiki
    • Announcements
    Community
    • Articles
    • Tutorials
    • Videos
    • Community
  1. Gems
  2. parser
  3. 2.3.1.4

parser

A Ruby parser written in pure Ruby.

Types
Docs
Guides
Zeitwerk
Namespace
Optimized

Version

2.3.1.4

Authors

whitequark

Dependencies

ast, bundler, rake, racc, cliver, yard, kramdown, minitest, simplecov, gauntlet

Quick Start

bundle add parser

Getting Started

Learn more about the Parser gem.

Installation

Learn more about how to install and configure the gem

Documentation

Learn more about the details

Guides

Learn more about the gem in the written guides

Reference

Learn more about the classes and modules

Documentation

doc/AST_FORMAT.md

Read about "Ast format" in parser

Read more

doc/CUSTOMIZATION.md

Read about "Customization" in parser

Read more

doc/INTERNALS.md

Read about "Internals" in parser

Read more

Playground

Test, play and inspect the gem for yourself

irb(main):001:0>

            

Playground

Run a Ruby playground with the parser gem pre-installed

Play

Top-Level Modules

  • Parser

Top-Level Classes

  • Array
  • ParserGauntlet
  • String
Home
Gems
Docs
Contribute
Monitoring
Twitter GitHub Mastodon

© 2025 gem.sh - Beautiful documentation for any Ruby gem