Module: Prism::Translation

Defined in:
lib/prism/translation.rb,
lib/prism/translation/parser.rb,
lib/prism/translation/parser/lexer.rb,
lib/prism/translation/parser/rubocop.rb,
lib/prism/translation/parser/compiler.rb

Overview

This module is responsible for converting the prism syntax tree into other syntax trees. At the moment it only supports converting to the whitequark/parser gem’s syntax tree, but support is planned for the seattlerb/ruby_parser gem’s syntax tree as well.

Defined Under Namespace

Classes: Parser