# File lib/kwartz/parser.rb, line 21
    def is_whitespace(ch)
      return ch == ?\  || ch == ?\t || ch == ?\n || ch == ?\r
    end