Skip to content

The parsing error returned from pest are not very useful without understanding the grammar details #28

@mlaveaux

Description

@mlaveaux

The pest parse error actually prints the rules that could not be matched at the current location. This means that it contains for example DataExprConj, instead of actually talking about the symbol that must be matched (in this case "&&"). For a user these rules have no meaning and as such that parse errors should become more useful to the end user.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions