Skip to content
  • Kohei Yoshida's avatar
    Move skip_bom() to global parser_base class · 540e23f3
    Kohei Yoshida authored
    BOM is used in other format types too.
    
    Also rename next_char() to peek_char() with an optional offset.  The
    term `peek` implies checking a character at an advanced position
    without moving the current position.
    540e23f3