Sha256: a77696ff40de5e7a393e906f1c161c84929fc411a845fe95791289926e832ea2

Contents?: true

Size: 250 Bytes

Versions: 11

Compression:

Stored size: 250 Bytes

Contents

# encoding: utf-8

module Antelope
  module Ace
    class Token

      # Defines a nonterminal token.
      class Nonterminal < Token

        # (see Token#nonterminal?)
        def nonterminal?
          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/nonterminal.rb
antelope-0.1.11 lib/antelope/ace/token/nonterminal.rb
antelope-0.1.10 lib/antelope/ace/token/nonterminal.rb
antelope-0.1.9 lib/antelope/ace/token/nonterminal.rb
antelope-0.1.8 lib/antelope/ace/token/nonterminal.rb
antelope-0.1.7 lib/antelope/ace/token/nonterminal.rb
antelope-0.1.6 lib/antelope/ace/token/nonterminal.rb
antelope-0.1.5 lib/antelope/ace/token/nonterminal.rb
antelope-0.1.4 lib/antelope/ace/token/nonterminal.rb
antelope-0.1.3 lib/antelope/ace/token/nonterminal.rb
antelope-0.1.2 lib/antelope/ace/token/nonterminal.rb