Sha256: 5941c1e8a2948a57103bed32ab23fd727f9c5ac83d6f67fefa3bb6a443413f11

Contents?: true

Size: 331 Bytes

Versions: 5

Compression:

Stored size: 331 Bytes

Contents

# encoding: utf-8

module Antelope
  module Generator

    # Generates an output file, mainly for debugging.  Included always
    # as a generator for a grammar.
    class Output < Group

      register_as "output"

      register_generator Info,  "info"
      register_generator Error, "error"

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
antelope-0.3.2 lib/antelope/generator/output.rb
antelope-0.3.0 lib/antelope/generator/output.rb
antelope-0.2.4 lib/antelope/generator/output.rb
antelope-0.2.3 lib/antelope/generator/output.rb
antelope-0.2.2 lib/antelope/generator/output.rb