Sha256: 4de2b85e7dcbbdae3e6fc7c28376df89f902d8045d6d1ef9e852f432e98ffa66

Contents?: true

Size: 453 Bytes

Versions: 6

Compression:

Stored size: 453 Bytes

Contents

module Pione
  module Command
    # `PioneLang` is a utility set for PIONE language.
    class PioneLang < BasicCommand
      #
      # informations
      #

      define(:name, "lang")
      define(:desc, "PIONE language utilities")

      #
      # requirements
      #

      require 'pione/command/pione-lang-interactive'
      require 'pione/command/pione-lang-check-syntax'
    end

    PioneCommand.define_subcommand("lang", PioneLang)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pione-0.5.0 lib/pione/command/pione-lang.rb
pione-0.5.0.alpha.2 lib/pione/command/pione-lang.rb
pione-0.5.0.alpha.1 lib/pione/command/pione-lang.rb
pione-0.4.2 lib/pione/command/pione-lang.rb
pione-0.4.1 lib/pione/command/pione-lang.rb
pione-0.4.0 lib/pione/command/pione-lang.rb