Sha256: 4841e6a9f1fb4ac91ca16313915feaa4771cfc36ece6e44ed24ddccb676ccf0d

Contents?: true

Size: 432 Bytes

Versions: 1

Compression:

Stored size: 432 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

module Carbon
  module Compiler
    module Node
      module Definition
        class Directive < Base
          # A directive "function."  Mainly, this is a key-value store, with
          # the keys being the names of the parameters and the values being
          # the types of the parameters.
          class Function < 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/directive/function.rb