- When parsing two-character operators ('or') from a string ('ordinary'), the
  lack of boundary between the 'r' and the 'd' now prevents the operator 'or'
  from being recognized.
This commit is contained in:
Paul Beckingham 2014-07-03 16:26:17 -04:00
parent b6fee35213
commit 9778100d29
2 changed files with 13 additions and 13 deletions

View file

@ -78,7 +78,7 @@ private:
bool is_ident_start (int) const;
bool is_ident (int) const;
bool is_triple_op (int, int, int) const;
bool is_double_op (int, int) const;
bool is_double_op (int, int, int) const;
bool is_single_op (int) const;
bool is_dec_digit (int) const;
bool is_hex_digit (int) const;