Skip to main content

Module parser

Module parser 

Source
Expand description

Recursive-descent parser for the pic drawing core.

Follows dpic’s grammar.txt. Implemented: pictures (.PS … .PE), primitives with the full attribute set, positions (pairs, places, corners, ordinals, between, ± shifts), expressions with proper precedence, [ … ] blocks, { … } groups, labels and assignments. Control constructs (if/for/define/print/sh/…) are reported as unsupported for now.

Structs§

ParseError
A parse error with source location.

Functions§

parse
Parse a full source string into a Picture.