Skip to content

grammar: fix Parser documentation

Javi Merino requested to merge github/fork/JaviMerino/fix_parser_doc into master

The Parser documentation defines pvars a couple of times but it doesn't pass it to the Parser object itself. Fix the examples so that they handle it.

While we are at it, simplify the dictionary generation.

Merge request reports