Crate sic_parser

source ·

Modules

  • Parsing for named values, which have the following syntax N(T) where N is the identifier of the named value, and T is a comma separated tuple of values, like so: a,b,c. Dangling commas are not supported. A full example look like this: rgb(4, 255, 0).
  • The rule parser module has a goal to parse pairs/span from Pest data structures to image operations.

Structs

Enums

Functions