Sha256: 9fc2605379bcaafc0287c7a26ea4d5b6302f09cbfc2f037873cd3b062812665f

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

module Carbon
  module Compiler
    module Node
      module Definition
        class Function < Base
          # Arguments to a function.  This will eventually be turned directly
          # into an array passed to functions.
          class Parameters < Base
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
carbon-compiler-0.2.0 lib/carbon/compiler/node/definition/function/parameters.rb