# File lib/kwartz/parser.rb, line 31
    def is_digit(ch)
      return ?0 <= ch && ch <= ?9
    end