You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception:
Traceback (most recent call last):
File "/home/pyodide/cxxheaderparser/parser.py", line 351, in parse
self._parse_declarations(tok, doxygen)
File "/home/pyodide/cxxheaderparser/parser.py", line 2682, in _parse_declarations
tok = self._next_token_must_be(",", ";")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/pyodide/cxxheaderparser/parser.py", line 170, in _next_token_must_be
raise self._parse_error(tok, "' or '".join(tokenTypes))
cxxheaderparser.errors.CxxParseError: unexpected '=', expected ',' or ';'
Problem description
results in
C++ code that can't be parsed correctly (please double-check that https://robotpy.github.io/cxxheaderparser/ has the same error)
The text was updated successfully, but these errors were encountered: