Searched refs:_parse_error (Results 1 – 4 of 4) sorted by relevance
2255 self._parse_error("unknown token at start of line")2347 self._parse_error("unterminated string")2426 self._parse_error("unknown tokens in line")2453 self._parse_error("expected symbol")2464 self._parse_error("expected nonconstant symbol")2473 self._parse_error("expected string")2528 self._parse_error("syntax error")2589 self._parse_error("macro expanded to blank string")2623 self._parse_error("unterminated string")2664 self._parse_error("missing end parenthesis in macro expansion")[all …]
167 self._parse_error(177 self._parse_error(193 self._parse_error(msg, self._coord(line, column))327 self._parse_error(337 self._parse_error(402 self._parse_error('Invalid declaration', coord)565 self._parse_error('Directives not supported yet',1845 self._parse_error(1850 self._parse_error('At end of input', self.clex.filename)
66 def _parse_error(self, msg, coord): member in PLYParser
89 def _parse_error(self, source): member in TestCaseBase