Sha256: 3346674e8a95097d37bd177637f70e70c3466ab7dc43a3dbcfc67c76a34ff679
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 Bytes
Contents
# frozen_string_literal: true module Prism # 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. module Translation autoload :Parser, "prism/translation/parser" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
prism-0.22.0 | lib/prism/translation.rb |
prism-0.21.0 | lib/prism/translation.rb |
prism-0.20.0 | lib/prism/translation.rb |