Skip to content

More precise parser error #10

@sertel

Description

@sertel

When the parser encounters a type that is unknown, it fails with the following error:

expected: {"<typedef_name>"}

It would be extremely helpful if the parser would at the following point in the parser code:

__state.mark_failure(__pos, "<typedef_name>");

make an effort to print the actual type that it can not parse.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions