Sha256: 8be6b55e6eab8434b69afe14815e04082c1a35fa6b792545dda7bc4586d7c6be

Contents?: true

Size: 238 Bytes

Versions: 11

Compression:

Stored size: 238 Bytes

Contents

# encoding: utf-8

module Antelope
  module Ace
    class Token

      # Defines a terminal token.
      class Terminal < Token

        # (see Token#terminal?)
        def terminal?
          true
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
antelope-0.2.0 lib/antelope/ace/token/terminal.rb
antelope-0.1.11 lib/antelope/ace/token/terminal.rb
antelope-0.1.10 lib/antelope/ace/token/terminal.rb
antelope-0.1.9 lib/antelope/ace/token/terminal.rb
antelope-0.1.8 lib/antelope/ace/token/terminal.rb
antelope-0.1.7 lib/antelope/ace/token/terminal.rb
antelope-0.1.6 lib/antelope/ace/token/terminal.rb
antelope-0.1.5 lib/antelope/ace/token/terminal.rb
antelope-0.1.4 lib/antelope/ace/token/terminal.rb
antelope-0.1.3 lib/antelope/ace/token/terminal.rb
antelope-0.1.2 lib/antelope/ace/token/terminal.rb