Sha256: b68b59403d27243d3682ffac07fe98fef2e65f72cceb6f78edf544c7c55938c4

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

module Carbon
  module Compiler
    module Node
      module Definition
        class Function < Base
          # The body of a function.  This acts an array containing all of the
          # statements that make up a function.
          class Body < 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/body.rb