# File lib/waxeye.rb, line 54
    def initialize(pos, line, col, nt)
      @pos = pos
      @line = line
      @col = col
      @nt = nt
    end