Sha256: 533a99e995ab50fa9874975d0f20bc4d89ec2eb8ff4588a884465e9a4009afac

Contents?: true

Size: 183 Bytes

Versions: 7

Compression:

Stored size: 183 Bytes

Contents

module Treetop
  module Runtime
    class TerminalSyntaxNode < SyntaxNode

      def initialize(input, interval)
        super(input, interval, [])
      end

      
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
treetop-1.0.1 lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.1.2 lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.0.0 lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.1.1 lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.0.2 lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.1.0 lib/treetop/runtime/terminal_syntax_node.rb
treetop-1.1.4 lib/treetop/runtime/terminal_syntax_node.rb