lib/dentaku/ast/string.rb



require_relative "./literal"

module Dentaku
  module AST
    class String < Literal
    end
  end
end